aboutsummaryrefslogtreecommitdiff
path: root/src/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts')
-rw-r--r--src/scripts/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/scripts/CMakeLists.txt b/src/scripts/CMakeLists.txt
index 69dd177223b..e3e6f06b976 100644
--- a/src/scripts/CMakeLists.txt
+++ b/src/scripts/CMakeLists.txt
@@ -567,5 +567,16 @@ SET(scripts_STAT_SRCS
world/npc_taxi.cpp
)
message("-- Added Script Engine to SCRIPTS lib")
+
+include_directories(
+ ${CMAKE_BINARY_DIR}
+ ${CMAKE_SOURCE_DIR}/src/shared
+ ${CMAKE_SOURCE_DIR}/src/framework
+ ${CMAKE_SOURCE_DIR}/src/game
+ ${CMAKE_SOURCE_DIR}/src/shared/Database
+ ${CMAKE_SOURCE_DIR}/dep/include
+ ${MYSQL_INCLUDE_DIR}
+)
+
add_library(scripts STATIC ${scripts_STAT_SRCS})