From 36792c7b489c984db95e2384660f1933c0498db0 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 20 Aug 2009 02:01:26 +0200 Subject: =?UTF-8?q?CMake:=20Ein=20paar=20Fixes=20f=C3=BCr=20MacOS=20X?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Server/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Server') diff --git a/src/Server/CMakeLists.txt b/src/Server/CMakeLists.txt index b9bffa1..80cf25d 100644 --- a/src/Server/CMakeLists.txt +++ b/src/Server/CMakeLists.txt @@ -13,4 +13,4 @@ mad_library(Server Application.cpp Application.h ConnectionManager.cpp ConnectionManager.h ) -target_link_libraries(Server Common) +target_link_libraries(Server Common Net Core) -- cgit v1.2.3