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 5d8e71166a3..dafd7a0f0b6 100644
--- a/src/scripts/CMakeLists.txt
+++ b/src/scripts/CMakeLists.txt
@@ -562,5 +562,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})