aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Config
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-17 13:42:41 -0600
committermegamage <none@none>2009-01-17 13:42:41 -0600
commit2cf1a3be1b310feafc43781ab9178f0c1f35d352 (patch)
tree8c028b01c102bba566ebb32c8014ab19eba8f46a /src/shared/Config
parent8739ded05dbf68486551531024f1ad8ad7b389cf (diff)
parentc5dfe7dac27a0441192af758dc55e6c71c83ccb4 (diff)
*Update to Trinity 878.
--HG-- branch : trunk
Diffstat (limited to 'src/shared/Config')
-rw-r--r--src/shared/Config/CMakeLists.txt15
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})
+