From badc0da3b74d99c90b7b28180d08cd6d08830254 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 19 May 2009 09:13:35 +0200 Subject: Make-Prozess auf CMake umgestellt --- src/Server/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/Server/CMakeLists.txt (limited to 'src/Server/CMakeLists.txt') diff --git a/src/Server/CMakeLists.txt b/src/Server/CMakeLists.txt new file mode 100644 index 0000000..1c5885f --- /dev/null +++ b/src/Server/CMakeLists.txt @@ -0,0 +1,7 @@ +add_subdirectory(RequestHandlers) +add_subdirectory(Requests) + +include_directories(${INCLUDES}) + +add_library(Server ConnectionManager.cpp UserManager.cpp) +target_link_libraries(Server ServerRequestHandlers ServerRequests Common) -- cgit v1.2.3