1
0
Fork 0

Fix build with RelWithDebInfo target in non-packaged mode

This commit is contained in:
Ilya Fedin 2021-06-01 12:05:02 +04:00 committed by John Preston
parent 6c5ac4cae9
commit e8fba0e1b8

View file

@ -12,7 +12,7 @@ if (DESKTOP_APP_USE_PACKAGED)
target_link_libraries(external_webrtc INTERFACE tg_owt::tg_owt)
else()
set(webrtc_loc ${libs_loc}/tg_owt/src)
set(webrtc_build_loc ${libs_loc}/tg_owt/out/$<CONFIG>)
set(webrtc_build_loc ${libs_loc}/tg_owt/out/$<IF:$<CONFIG:Debug>,Debug,Release>)
target_compile_definitions(external_webrtc
INTERFACE