mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 11:32:33 -07: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