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