diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2009-08-20 02:01:26 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2009-08-20 02:01:26 +0200 |
commit | 36792c7b489c984db95e2384660f1933c0498db0 (patch) | |
tree | b64978461d3b110283234db3e63d2bcb8d7f8005 /src/Server | |
parent | 28f25233eeadad268e09d873429bd6f484d0bc86 (diff) | |
download | mad-36792c7b489c984db95e2384660f1933c0498db0.tar mad-36792c7b489c984db95e2384660f1933c0498db0.zip |
CMake: Ein paar Fixes für MacOS X
Diffstat (limited to 'src/Server')
-rw-r--r-- | src/Server/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |