From e30e9a45cbd5ba0718a9e0d7d86f8a9cc78dc55b Mon Sep 17 00:00:00 2001 From: raczman Date: Tue, 6 Apr 2010 15:53:27 +0200 Subject: Cleaned up include directories in cmakes. --HG-- branch : trunk --- src/trinitycore/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/trinitycore') 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}) -- cgit v1.2.3