cmake: don't link sdl libs to vnc libraries

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
pull/1/head
Gernot Tenchio 13 years ago committed by Johannes Schindelin
parent 297072a691
commit 02651bacca

@ -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}
) )

Loading…
Cancel
Save