|
|
@ -256,10 +256,8 @@ if (ANDROID) |
|
|
sink/oboe_sink.cpp |
|
|
sink/oboe_sink.cpp |
|
|
sink/oboe_sink.h |
|
|
sink/oboe_sink.h |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
# FIXME: this port seems broken, it cannot be imported with find_package(oboe REQUIRED) |
|
|
|
|
|
target_link_libraries(audio_core PRIVATE "${VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/lib/liboboe.a") |
|
|
|
|
|
target_compile_definitions(audio_core PRIVATE HAVE_OBOE) |
|
|
|
|
|
|
|
|
target_link_libraries(audio_core PRIVATE oboe) |
|
|
|
|
|
target_compile_definitions(audio_core PUBLIC HAVE_OBOE) |
|
|
endif() |
|
|
endif() |
|
|
|
|
|
|
|
|
if (YUZU_USE_PRECOMPILED_HEADERS) |
|
|
if (YUZU_USE_PRECOMPILED_HEADERS) |
|
|
|