diff options
| author | Tartalo <none@none> | 2010-06-07 22:34:36 +0200 |
|---|---|---|
| committer | Tartalo <none@none> | 2010-06-07 22:34:36 +0200 |
| commit | 156f4c3057d4c5aeb5a175d0490113655fb47c35 (patch) | |
| tree | 4fc83bbe2ee27b89d47da8f4c75eb7eeaa192083 /src/server/shared/Configuration | |
| parent | d9127cdee7142a47797a3dafa07f9d8ee0d5d9f7 (diff) | |
Merge cmake files from shared/
--HG--
branch : trunk
Diffstat (limited to 'src/server/shared/Configuration')
| -rw-r--r-- | src/server/shared/Configuration/CMakeLists.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/server/shared/Configuration/CMakeLists.txt b/src/server/shared/Configuration/CMakeLists.txt deleted file mode 100644 index da1c2e8aa3b..00000000000 --- a/src/server/shared/Configuration/CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ - -########### next target ############### - -SET(trinityconfig_STAT_SRCS - dotconfpp/dotconfpp.cpp - dotconfpp/dotconfpp.h - dotconfpp/mempool.cpp - dotconfpp/mempool.h - Config.cpp - Config.h - ConfigEnv.h -) - -include_directories( - ${ACE_INCLUDE_DIR} - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/src/server/shared - ${CMAKE_SOURCE_DIR}/src/server/framework -) - -add_library(trinityconfig STATIC ${trinityconfig_STAT_SRCS}) - |
