mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 07:48:18 -05:00
externals: add adrenotools for bcenabler
This commit is contained in:
@ -345,3 +345,7 @@ endif()
|
||||
if (YUZU_ENABLE_LTO)
|
||||
set_property(TARGET video_core PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
|
||||
endif()
|
||||
|
||||
if (ANDROID)
|
||||
target_link_libraries(video_core PRIVATE adrenotools)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user