update to use public github-based release of autobuild webrtc

master
Roxie Linden 2024-03-18 17:13:36 -07:00
parent c121d48339
commit 2f40b1fcef
2 changed files with 763 additions and 765 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ include_guard()
add_library( ll::webrtc INTERFACE IMPORTED )
target_include_directories( ll::webrtc SYSTEM INTERFACE "${LIBS_PREBUILT_DIR}/include/webrtc" "${LIBS_PREBUILT_DIR}/include/webrtc/third_party/abseil-cpp")
use_prebuilt_binary(webrtc-shim)
use_prebuilt_binary(webrtc)
if (WINDOWS)
target_link_libraries( ll::webrtc INTERFACE webrtc.lib )