Call stuff

This commit is contained in:
Tobias Fella
2021-11-06 14:38:38 +01:00
parent ee8be4b755
commit 3094ea20ae
23 changed files with 774 additions and 1 deletions

View File

@@ -114,6 +114,9 @@ find_package(QCoro REQUIRED)
qcoro_enable_coroutines()
include(FindPkgConfig)
pkg_check_modules(GSTREAMER IMPORTED_TARGET gstreamer-sdp-1.0>=1.16 gstreamer-webrtc-1.0>=1.16)
if(ANDROID)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/android/version.gradle.in ${CMAKE_BINARY_DIR}/version.gradle)
endif()