More cmakelist fixes

--HG--
branch : trunk
This commit is contained in:
Tartalo
2010-06-06 13:24:30 +02:00
parent a9681e479d
commit 904a3e5e4d

View File

@@ -5,7 +5,7 @@ SET(trinityframework_STAT_SRCS
include_directories(
${ACE_INCLUDE_DIR}
${CMAKE_SOURCE_DIR}/src/framework
${CMAKE_SOURCE_DIR}/src/server/framework
)
add_library(trinityframework STATIC ${trinityframework_STAT_SRCS})