Check debug tg_owt library exists before using
This commit is contained in:
parent
941f8fcc4e
commit
b8b517a5e0
1 changed files with 4 additions and 0 deletions
4
external/webrtc/CMakeLists.txt
vendored
4
external/webrtc/CMakeLists.txt
vendored
|
|
@ -62,6 +62,10 @@ else()
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (NOT EXISTS ${libs_loc}/tg_owt/out/Debug/${webrtc_lib_prefix}tg_owt${webrtc_lib_suffix})
|
||||||
|
set(webrtc_build_loc ${libs_loc}/tg_owt/out/Release)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_include_directories(external_webrtc SYSTEM
|
target_include_directories(external_webrtc SYSTEM
|
||||||
INTERFACE
|
INTERFACE
|
||||||
${webrtc_loc}
|
${webrtc_loc}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue