diff --git a/CMakeLists.txt b/CMakeLists.txt index 40616b8079..92e432bc0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -455,7 +455,7 @@ if(COMPILER_WARNINGS) target_compile_options(kvsWebrtcSignalingClient PUBLIC -Wall -Werror -pedantic -Wextra -Wno-unknown-warning-option) endif() -install(TARGETS kvsWebrtcClient kvsWebrtcSignalingClient +install(TARGETS kvsWebrtcClient kvsWebrtcSignalingClient kvsWebRtcThreadpool LIBRARY DESTINATION lib ARCHIVE DESTINATION lib ) diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index 67df2a940e..1ac3889165 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -81,7 +81,7 @@ if(GST_FOUND) GstAudioVideoReceiver.c kvsWebRTCClientMasterGstSample.c ) - target_link_libraries(kvsWebrtcClientMasterGstSample kvsWebrtcClient kvsWebrtcSignalingClient ${EXTRA_DEPS} ${GST_SAMPLE_LIBRARIES} kvsCommonLws kvspicUtils websockets kvssdp kvsstun kvsrtp) + target_link_libraries(kvsWebrtcClientMasterGstSample kvsWebrtcClient kvsWebrtcSignalingClient ${EXTRA_DEPS} ${GST_SAMPLE_LIBRARIES} kvsCommonLws kvspicUtils) install(TARGETS kvsWebrtcClientMasterGstSample RUNTIME DESTINATION bin @@ -93,7 +93,7 @@ if(GST_FOUND) GstAudioVideoReceiver.c kvsWebRTCClientViewerGstSample.c ) - target_link_libraries(kvsWebrtcClientViewerGstSample kvsWebrtcClient kvsWebrtcSignalingClient ${EXTRA_DEPS} ${GST_SAMPLE_LIBRARIES} kvsCommonLws kvspicUtils websockets kvssdp kvsrtp) + target_link_libraries(kvsWebrtcClientViewerGstSample kvsWebrtcClient kvsWebrtcSignalingClient ${EXTRA_DEPS} ${GST_SAMPLE_LIBRARIES} kvsCommonLws kvspicUtils) install(TARGETS kvsWebrtcClientViewerGstSample RUNTIME DESTINATION bin