1
0
Fork 0

Check debug tg_owt library exists before using

This commit is contained in:
Ilya Fedin 2022-04-19 09:02:21 +04:00 committed by John Preston
parent 941f8fcc4e
commit b8b517a5e0

View file

@ -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}