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/Daemon/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Daemon') diff --git a/src/Daemon/CMakeLists.txt b/src/Daemon/CMakeLists.txt index 3972429..cbeafd2 100644 --- a/src/Daemon/CMakeLists.txt +++ b/src/Daemon/CMakeLists.txt @@ -11,4 +11,4 @@ mad_library(Daemon Application.cpp Application.h ) -target_link_libraries(Daemon Common) +target_link_libraries(Daemon Common Net Core) -- cgit v1.2.3