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
${ADDITIONAL_LIBS}
${ZLIB_LIBRARIES}
${JPEG_LIBRARIES}
${SDL_LIBRARY}
)
target_link_libraries(vncserver
${ADDITIONAL_LIBS}
${ZLIB_LIBRARIES}
${JPEG_LIBRARIES}
${PNG_LIBRARIES}
${SDL_LIBRARY}
${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