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/Client/CMakeLists.txt | |
parent | 28f25233eeadad268e09d873429bd6f484d0bc86 (diff) | |
download | mad-36792c7b489c984db95e2384660f1933c0498db0.tar mad-36792c7b489c984db95e2384660f1933c0498db0.zip |
CMake: Ein paar Fixes für MacOS X
Diffstat (limited to 'src/Client/CMakeLists.txt')
-rw-r--r-- | src/Client/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Client/CMakeLists.txt b/src/Client/CMakeLists.txt index fcd6f6b..601ada8 100644 --- a/src/Client/CMakeLists.txt +++ b/src/Client/CMakeLists.txt @@ -15,4 +15,4 @@ mad_library(Client SystemCommands.cpp SystemCommands.h UserCommands.cpp UserCommands.h ) -target_link_libraries(Client Common) +target_link_libraries(Client Common Net Core) |