android: Switch to custom Oboe submodule
This commit is contained in:
parent
afc87d4ec1
commit
92a4ac45a4
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue