diff options
author | Gernot Tenchio <gernot.tenchio@securepoint.de> | 2011-08-16 14:02:40 +0200 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2011-08-17 12:46:30 +0200 |
commit | 02651bacca81c5a63b80d782123d20b26a65a4b0 (patch) | |
tree | eac8190e847b23c44d04d18c881eb4c107811cf0 | |
parent | 297072a691970fb7e2cd379b62f52f30d5988592 (diff) | |
download | libvncserver-02651bacca81c5a63b80d782123d20b26a65a4b0.zip libvncserver-02651bacca81c5a63b80d782123d20b26a65a4b0.tar.gz |
cmake: don't link sdl libs to vnc libraries
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-rw-r--r-- | CMakeLists.txt | 2 |
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} ) |