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..ea9067bf18 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -61,18 +61,18 @@ add_executable( kvsWebrtcClientMaster Common.c kvsWebRTCClientMaster.c) -target_link_libraries(kvsWebrtcClientMaster kvsWebrtcClient kvsWebrtcSignalingClient ${EXTRA_DEPS} kvsCommonLws kvspicUtils websockets kvssdp kvsstun kvsrtp) +target_link_libraries(kvsWebrtcClientMaster kvsWebrtcClient kvsWebrtcSignalingClient ${EXTRA_DEPS} kvsCommonLws kvspicUtils websockets) add_executable( kvsWebrtcClientViewer Common.c kvsWebRTCClientViewer.c) -target_link_libraries(kvsWebrtcClientViewer kvsWebrtcClient kvsWebrtcSignalingClient ${EXTRA_DEPS} kvsCommonLws kvspicUtils websockets kvssdp kvsstun kvsrtp) +target_link_libraries(kvsWebrtcClientViewer kvsWebrtcClient kvsWebrtcSignalingClient ${EXTRA_DEPS} kvsCommonLws kvspicUtils websockets) add_executable( discoverNatBehavior discoverNatBehavior.c) -target_link_libraries(discoverNatBehavior kvsWebrtcClient ${EXTRA_DEPS} kvssdp kvsstun kvsrtp) +target_link_libraries(discoverNatBehavior kvsWebrtcClient ${EXTRA_DEPS}) if(GST_FOUND) add_executable( @@ -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