Remove Oboe from sources.

LOVE Android uses Oboe from Google prefab.
This commit is contained in:
Miku AuahDark
2022-05-28 17:18:50 +08:00
parent be81e424cb
commit 722f883661
395 changed files with 1 additions and 34710 deletions
+1 -1
View File
@@ -1129,7 +1129,7 @@ if(ANDROID)
set(OBOE_TARGET oboe)
else()
find_package(Oboe)
if(OBOE_FOUND)
if(TARGET oboe::oboe)
set(OBOE_TARGET "oboe::oboe")
endif()
endif()