- add oboe audio library

This commit is contained in:
Dmytro Bogovych 2021-07-28 10:38:29 +03:00
parent c648db062a
commit 4aae4c36e8
1 changed files with 5 additions and 1 deletions

View File

@ -86,6 +86,10 @@ if (CMAKE_SYSTEM MATCHES "Darwin*")
add_definitions (-DTARGET_OSX)
endif()
if (CMAKE_SYSTEM MATCHES "Android")
find_package (oboe REQUIRED CONFIG)
endif()
if (USE_AQUA_LIB)
message("Use AQuA library")
add_definitions( -DUSE_AQUA_LIBRARY )
@ -208,7 +212,7 @@ target_link_libraries(rtphone
uuid
${OPENSSL_SSL}
${OPENSSL_CRYPTO}
${LIBS})
${LIBS} oboe::oboe)
target_include_directories(rtphone