aboutsummaryrefslogtreecommitdiff
path: root/src/framework
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/framework
parent8739ded05dbf68486551531024f1ad8ad7b389cf (diff)
parentc5dfe7dac27a0441192af758dc55e6c71c83ccb4 (diff)
*Update to Trinity 878.
--HG-- branch : trunk
Diffstat (limited to 'src/framework')
-rw-r--r--src/framework/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/framework/CMakeLists.txt b/src/framework/CMakeLists.txt
new file mode 100644
index 00000000000..41ca661de98
--- /dev/null
+++ b/src/framework/CMakeLists.txt
@@ -0,0 +1,8 @@
+SET(trinityframework_STAT_SRCS
+ Policies/ObjectLifeTime.cpp
+ Utilities/EventProcessor.cpp
+)
+include_directories(
+${CMAKE_CURRENT_SRC_DIR}
+)
+add_library(trinityframework STATIC ${trinityframework_STAT_SRCS})