diff options
| author | Tartalo <none@none> | 2010-04-06 21:36:27 +0200 |
|---|---|---|
| committer | Tartalo <none@none> | 2010-04-06 21:36:27 +0200 |
| commit | 827751ce0c85735f86740982ae4acfdaef584d3e (patch) | |
| tree | 84cea8634869d54319ef57da7aedc66a978997a4 /src/shared/Config | |
| parent | 81127a5df40db6cf62809a2cc7ed4df8dd0de14e (diff) | |
| parent | e30e9a45cbd5ba0718a9e0d7d86f8a9cc78dc55b (diff) | |
Branch merge
--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}) |
