android: add oboe audio sink
This commit is contained in:
parent
b020c5ee5e
commit
b787b5db2e
7 changed files with 298 additions and 4 deletions
|
@ -142,6 +142,9 @@ if (YUZU_USE_BUNDLED_VCPKG)
|
|||
if (ENABLE_WEB_SERVICE)
|
||||
list(APPEND VCPKG_MANIFEST_FEATURES "web-service")
|
||||
endif()
|
||||
if (ANDROID)
|
||||
list(APPEND VCPKG_MANIFEST_FEATURES "android")
|
||||
endif()
|
||||
|
||||
include(${CMAKE_SOURCE_DIR}/externals/vcpkg/scripts/buildsystems/vcpkg.cmake)
|
||||
elseif(NOT "$ENV{VCPKG_TOOLCHAIN_FILE}" STREQUAL "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue