From 7234fe326d16d6bf9f4374a09ddc6ef790e6723f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 18 Jun 2009 22:03:02 +0200 Subject: Globale Variablen durch Application-Klasse ersetzt --- src/Server/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Server/CMakeLists.txt') diff --git a/src/Server/CMakeLists.txt b/src/Server/CMakeLists.txt index e38d860..b609de3 100644 --- a/src/Server/CMakeLists.txt +++ b/src/Server/CMakeLists.txt @@ -4,6 +4,7 @@ add_subdirectory(Requests) include_directories(${INCLUDES}) add_library(Server + Application.cpp Application.h ConnectionManager.cpp ConnectionManager.h UserBackend.h UserManager.cpp UserManager.h -- cgit v1.2.3