mirror of
https://github.com/love2d/megasource.git
synced 2026-08-12 08:30:59 +02:00
Search Oboe in config mode according to kcat/openal-soft@f3092e286e
This commit is contained in:
@@ -1128,7 +1128,10 @@ if(ANDROID)
|
||||
|
||||
set(OBOE_TARGET oboe)
|
||||
else()
|
||||
find_package(Oboe CONFIG)
|
||||
find_package(oboe CONFIG)
|
||||
if(NOT TARGET oboe::oboe)
|
||||
find_package(Oboe)
|
||||
endif()
|
||||
if(TARGET oboe::oboe)
|
||||
set(OBOE_TARGET "oboe::oboe")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user