aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore
diff options
context:
space:
mode:
authorTartalo <none@none>2010-04-06 21:36:27 +0200
committerTartalo <none@none>2010-04-06 21:36:27 +0200
commit827751ce0c85735f86740982ae4acfdaef584d3e (patch)
tree84cea8634869d54319ef57da7aedc66a978997a4 /src/trinitycore
parent81127a5df40db6cf62809a2cc7ed4df8dd0de14e (diff)
parente30e9a45cbd5ba0718a9e0d7d86f8a9cc78dc55b (diff)
Branch merge
--HG-- branch : trunk
Diffstat (limited to 'src/trinitycore')
-rw-r--r--src/trinitycore/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/trinitycore/CMakeLists.txt b/src/trinitycore/CMakeLists.txt
index acad3667ea7..bb93fdb97a5 100644
--- a/src/trinitycore/CMakeLists.txt
+++ b/src/trinitycore/CMakeLists.txt
@@ -13,6 +13,16 @@ WorldRunnable.cpp
WorldRunnable.h
)
+include_directories(
+ ${CMAKE_BINARY_DIR}
+ ${CMAKE_SOURCE_DIR}/dep/include
+ ${CMAKE_SOURCE_DIR}/src/shared
+ ${CMAKE_SOURCE_DIR}/src/shared/Database
+ ${CMAKE_SOURCE_DIR}/src/framework
+ ${CMAKE_SOURCE_DIR}/src/game
+ ${MYSQL_INCLUDE_DIR}
+)
+
SET(trinity-core_LINK_FLAGS "")
add_executable(trinity-core ${trinity-core_SRCS})