summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGernot Tenchio <gernot.tenchio@securepoint.de>2011-08-16 14:02:40 +0200
committerJohannes Schindelin <johannes.schindelin@gmx.de>2011-08-17 12:46:30 +0200
commit02651bacca81c5a63b80d782123d20b26a65a4b0 (patch)
treeeac8190e847b23c44d04d18c881eb4c107811cf0
parent297072a691970fb7e2cd379b62f52f30d5988592 (diff)
downloadlibtdevnc-02651bac.tar.gz
libtdevnc-02651bac.zip
cmake: don't link sdl libs to vnc libraries
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bf56204..86ec204 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -206,14 +206,12 @@ target_link_libraries(vncclient
${ADDITIONAL_LIBS}
${ZLIB_LIBRARIES}
${JPEG_LIBRARIES}
- ${SDL_LIBRARY}
)
target_link_libraries(vncserver
${ADDITIONAL_LIBS}
${ZLIB_LIBRARIES}
${JPEG_LIBRARIES}
${PNG_LIBRARIES}
- ${SDL_LIBRARY}
${WEBSOCKET_LIBRARIES}
)