android: Switch to custom Oboe submodule
This commit is contained in:
parent
9cbd5bd299
commit
dd32efa3d8
5 changed files with 13 additions and 14 deletions
6
externals/CMakeLists.txt
vendored
6
externals/CMakeLists.txt
vendored
|
@ -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()
|
||||
|
|
1
externals/oboe
vendored
Submodule
1
externals/oboe
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 17ab1e4f41e5028b344a79984ee3eb7b071f4167
|
Loading…
Add table
Add a link
Reference in a new issue