File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ if(COMPILER_WARNINGS)
455
455
target_compile_options (kvsWebrtcSignalingClient PUBLIC -Wall -Werror -pedantic -Wextra -Wno-unknown-warning-option)
456
456
endif ()
457
457
458
- install (TARGETS kvsWebrtcClient kvsWebrtcSignalingClient
458
+ install (TARGETS kvsWebrtcClient kvsWebrtcSignalingClient kvsWebRtcThreadpool
459
459
LIBRARY DESTINATION lib
460
460
ARCHIVE DESTINATION lib
461
461
)
Original file line number Diff line number Diff line change @@ -61,18 +61,18 @@ add_executable(
61
61
kvsWebrtcClientMaster
62
62
Common.c
63
63
kvsWebRTCClientMaster.c)
64
- target_link_libraries (kvsWebrtcClientMaster kvsWebrtcClient kvsWebrtcSignalingClient ${EXTRA_DEPS} kvsCommonLws kvspicUtils websockets kvssdp kvsstun kvsrtp )
64
+ target_link_libraries (kvsWebrtcClientMaster kvsWebrtcClient kvsWebrtcSignalingClient ${EXTRA_DEPS} kvsCommonLws kvspicUtils websockets)
65
65
66
66
add_executable (
67
67
kvsWebrtcClientViewer
68
68
Common.c
69
69
kvsWebRTCClientViewer.c)
70
- target_link_libraries (kvsWebrtcClientViewer kvsWebrtcClient kvsWebrtcSignalingClient ${EXTRA_DEPS} kvsCommonLws kvspicUtils websockets kvssdp kvsstun kvsrtp )
70
+ target_link_libraries (kvsWebrtcClientViewer kvsWebrtcClient kvsWebrtcSignalingClient ${EXTRA_DEPS} kvsCommonLws kvspicUtils websockets)
71
71
72
72
add_executable (
73
73
discoverNatBehavior
74
74
discoverNatBehavior.c)
75
- target_link_libraries (discoverNatBehavior kvsWebrtcClient ${EXTRA_DEPS} kvssdp kvsstun kvsrtp )
75
+ target_link_libraries (discoverNatBehavior kvsWebrtcClient ${EXTRA_DEPS} )
76
76
77
77
if (GST_FOUND)
78
78
add_executable (
@@ -81,7 +81,7 @@ if(GST_FOUND)
81
81
GstAudioVideoReceiver.c
82
82
kvsWebRTCClientMasterGstSample.c
83
83
)
84
- target_link_libraries (kvsWebrtcClientMasterGstSample kvsWebrtcClient kvsWebrtcSignalingClient ${EXTRA_DEPS} ${GST_SAMPLE_LIBRARIES} kvsCommonLws kvspicUtils websockets kvssdp kvsstun kvsrtp )
84
+ target_link_libraries (kvsWebrtcClientMasterGstSample kvsWebrtcClient kvsWebrtcSignalingClient ${EXTRA_DEPS} ${GST_SAMPLE_LIBRARIES} kvsCommonLws kvspicUtils)
85
85
86
86
install (TARGETS kvsWebrtcClientMasterGstSample
87
87
RUNTIME DESTINATION bin
@@ -93,7 +93,7 @@ if(GST_FOUND)
93
93
GstAudioVideoReceiver.c
94
94
kvsWebRTCClientViewerGstSample.c
95
95
)
96
- target_link_libraries (kvsWebrtcClientViewerGstSample kvsWebrtcClient kvsWebrtcSignalingClient ${EXTRA_DEPS} ${GST_SAMPLE_LIBRARIES} kvsCommonLws kvspicUtils websockets kvssdp kvsrtp )
96
+ target_link_libraries (kvsWebrtcClientViewerGstSample kvsWebrtcClient kvsWebrtcSignalingClient ${EXTRA_DEPS} ${GST_SAMPLE_LIBRARIES} kvsCommonLws kvspicUtils)
97
97
98
98
install (TARGETS kvsWebrtcClientViewerGstSample
99
99
RUNTIME DESTINATION bin
You can’t perform that action at this time.
0 commit comments