diff options
| author | Liam <byteslice@airmail.cc> | 2023-12-17 00:11:20 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2023-12-17 01:42:59 -0500 |
| commit | 7239547eada6ad4a24e65957dfab180a51818947 (patch) | |
| tree | 39b090bb0b9f74d8764a3c8d23ebd12c5e18f1f0 /CMakeLists.txt | |
| parent | e3578966742aa1e4fd368de35aecce2a0bf45296 (diff) | |
android: add oboe audio sink
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 18b8f7967..9dfc06ac3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "") |
