diff options
| author | raczman <none@none> | 2010-04-06 15:53:27 +0200 |
|---|---|---|
| committer | raczman <none@none> | 2010-04-06 15:53:27 +0200 |
| commit | e30e9a45cbd5ba0718a9e0d7d86f8a9cc78dc55b (patch) | |
| tree | bf668c012bd51ab4c682539d10780e474451e995 /src/shared/Config | |
| parent | 971d617e9e01640a4f2b6d55aba4d98dfd352a76 (diff) | |
Cleaned up include directories in cmakes.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Config')
| -rw-r--r-- | src/shared/Config/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shared/Config/CMakeLists.txt b/src/shared/Config/CMakeLists.txt index 54c3d80b869..397005586b6 100644 --- a/src/shared/Config/CMakeLists.txt +++ b/src/shared/Config/CMakeLists.txt @@ -11,5 +11,11 @@ SET(trinityconfig_STAT_SRCS ConfigEnv.h ) +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_SOURCE_DIR}/src/shared + ${CMAKE_SOURCE_DIR}/src/framework +) + add_library(trinityconfig STATIC ${trinityconfig_STAT_SRCS}) |
