From 332b0f3c8efb39d2532b965a4aed266a33f267ef Mon Sep 17 00:00:00 2001 From: click Date: Tue, 8 Jun 2010 08:59:38 +0200 Subject: Properly build and link core (yay!) - Not done yet : Sorting out the PCH-system on *nix - Not done yet : Sorting out scriptcompilation (still broken) --HG-- branch : trunk --- src/server/shared/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/server/shared') diff --git a/src/server/shared/CMakeLists.txt b/src/server/shared/CMakeLists.txt index 6c796d60f11..010c47fd706 100644 --- a/src/server/shared/CMakeLists.txt +++ b/src/server/shared/CMakeLists.txt @@ -15,7 +15,9 @@ SET(shared_STAT_SRCS Utilities/SignalHandler.h Utilities/Timer.h Utilities/Util.cpp - Utilities/Util.h + Utilities/Util.h + Utilities/EventProcessor.cpp + Utilities/EventProcessor.h Common.cpp Common.h SystemConfig.h @@ -127,4 +129,4 @@ include_directories( ${MYSQL_INCLUDE_DIR} ) -add_library(trinitydatabase STATIC ${trinitydatabase_STAT_SRCS}) \ No newline at end of file +add_library(trinitydatabase STATIC ${trinitydatabase_STAT_SRCS}) -- cgit v1.2.3