aboutsummaryrefslogtreecommitdiff
path: root/src/framework
diff options
context:
space:
mode:
authorraczman <none@none>2010-04-06 15:53:27 +0200
committerraczman <none@none>2010-04-06 15:53:27 +0200
commite30e9a45cbd5ba0718a9e0d7d86f8a9cc78dc55b (patch)
treebf668c012bd51ab4c682539d10780e474451e995 /src/framework
parent971d617e9e01640a4f2b6d55aba4d98dfd352a76 (diff)
Cleaned up include directories in cmakes.
--HG-- branch : trunk
Diffstat (limited to 'src/framework')
-rw-r--r--src/framework/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/framework/CMakeLists.txt b/src/framework/CMakeLists.txt
index 41ca661de98..06726ee6e85 100644
--- a/src/framework/CMakeLists.txt
+++ b/src/framework/CMakeLists.txt
@@ -2,7 +2,9 @@ SET(trinityframework_STAT_SRCS
Policies/ObjectLifeTime.cpp
Utilities/EventProcessor.cpp
)
+
include_directories(
-${CMAKE_CURRENT_SRC_DIR}
+ ${CMAKE_SOURCE_DIR}/src/framework
)
+
add_library(trinityframework STATIC ${trinityframework_STAT_SRCS})