aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore
diff options
context:
space:
mode:
authorraczman <none@none>2010-04-06 15:53:27 +0200
committerraczman <none@none>2010-04-06 15:53:27 +0200
commite30e9a45cbd5ba0718a9e0d7d86f8a9cc78dc55b (patch)
treebf668c012bd51ab4c682539d10780e474451e995 /src/trinitycore
parent971d617e9e01640a4f2b6d55aba4d98dfd352a76 (diff)
Cleaned up include directories in cmakes.
--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})