summaryrefslogtreecommitdiffstats
path: root/src/Daemon
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-08-20 02:01:26 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-08-20 02:01:26 +0200
commit36792c7b489c984db95e2384660f1933c0498db0 (patch)
treeb64978461d3b110283234db3e63d2bcb8d7f8005 /src/Daemon
parent28f25233eeadad268e09d873429bd6f484d0bc86 (diff)
downloadmad-36792c7b489c984db95e2384660f1933c0498db0.tar
mad-36792c7b489c984db95e2384660f1933c0498db0.zip
CMake: Ein paar Fixes für MacOS X
Diffstat (limited to 'src/Daemon')
-rw-r--r--src/Daemon/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)