Remove test webrtc libraries on Windows.
This commit is contained in:
parent
fde8a86d2b
commit
d7c7e92ebc
1 changed files with 1 additions and 6 deletions
7
external/webrtc/CMakeLists.txt
vendored
7
external/webrtc/CMakeLists.txt
vendored
|
|
@ -61,12 +61,7 @@ INTERFACE
|
||||||
set(webrtc_libs
|
set(webrtc_libs
|
||||||
${webrtc_lib_prefix}webrtc
|
${webrtc_lib_prefix}webrtc
|
||||||
)
|
)
|
||||||
if (WIN32)
|
if (APPLE)
|
||||||
list(APPEND webrtc_libs
|
|
||||||
test/${webrtc_lib_prefix}platform_video_capturer
|
|
||||||
test/${webrtc_lib_prefix}video_test_common
|
|
||||||
)
|
|
||||||
elseif (APPLE)
|
|
||||||
target_include_directories(external_webrtc
|
target_include_directories(external_webrtc
|
||||||
INTERFACE
|
INTERFACE
|
||||||
${webrtc_loc}/sdk/objc
|
${webrtc_loc}/sdk/objc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue