android: Switch to custom Oboe submodule

This commit is contained in:
Briar
2025-04-02 06:03:08 +02:00
parent 9cbd5bd299
commit dd32efa3d8
5 changed files with 13 additions and 14 deletions
+6
View File
@@ -314,3 +314,9 @@ endif()
if (NOT TARGET SimpleIni::SimpleIni)
add_subdirectory(simpleini)
endif()
# oboe
if (ANDROID)
add_subdirectory(oboe)
add_library(oboe::oboe ALIAS oboe)
endif()
Vendored Submodule
+1
Submodule externals/oboe added at 17ab1e4f41