Commit 02651bac authored by Gernot Tenchio's avatar Gernot Tenchio Committed by Johannes Schindelin

cmake: don't link sdl libs to vnc libraries

Signed-off-by: 's avatarJohannes Schindelin <johannes.schindelin@gmx.de>
parent 297072a6
...@@ -206,14 +206,12 @@ target_link_libraries(vncclient ...@@ -206,14 +206,12 @@ target_link_libraries(vncclient
${ADDITIONAL_LIBS} ${ADDITIONAL_LIBS}
${ZLIB_LIBRARIES} ${ZLIB_LIBRARIES}
${JPEG_LIBRARIES} ${JPEG_LIBRARIES}
${SDL_LIBRARY}
) )
target_link_libraries(vncserver target_link_libraries(vncserver
${ADDITIONAL_LIBS} ${ADDITIONAL_LIBS}
${ZLIB_LIBRARIES} ${ZLIB_LIBRARIES}
${JPEG_LIBRARIES} ${JPEG_LIBRARIES}
${PNG_LIBRARIES} ${PNG_LIBRARIES}
${SDL_LIBRARY}
${WEBSOCKET_LIBRARIES} ${WEBSOCKET_LIBRARIES}
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment