diff options
| author | raczman <none@none> | 2009-01-17 09:23:33 -0500 |
|---|---|---|
| committer | raczman <none@none> | 2009-01-17 09:23:33 -0500 |
| commit | 09ddc711f4355bb04717a2092b4dc4149f495491 (patch) | |
| tree | 1be6b369f563027c71842ecc83314de626da5793 /src/shared/Config | |
| parent | 87d9f3261e85587e9be1121bc2d62c034443f00f (diff) | |
Cmake build system for trinity
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Config')
| -rw-r--r-- | src/shared/Config/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/shared/Config/CMakeLists.txt b/src/shared/Config/CMakeLists.txt new file mode 100644 index 00000000000..54c3d80b869 --- /dev/null +++ b/src/shared/Config/CMakeLists.txt @@ -0,0 +1,15 @@ + +########### next target ############### + +SET(trinityconfig_STAT_SRCS + dotconfpp/dotconfpp.cpp + dotconfpp/dotconfpp.h + dotconfpp/mempool.cpp + dotconfpp/mempool.h + Config.cpp + Config.h + ConfigEnv.h +) + +add_library(trinityconfig STATIC ${trinityconfig_STAT_SRCS}) + |
