mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 09:57:57 -05:00
externals: add adrenotools for bcenabler
This commit is contained in:
4
externals/CMakeLists.txt
vendored
4
externals/CMakeLists.txt
vendored
@ -147,3 +147,7 @@ endif()
|
||||
|
||||
add_library(stb stb/stb_dxt.cpp)
|
||||
target_include_directories(stb PUBLIC ./stb)
|
||||
|
||||
if (ANDROID)
|
||||
add_subdirectory(libadrenotools)
|
||||
endif()
|
||||
|
1
externals/libadrenotools
vendored
Submodule
1
externals/libadrenotools
vendored
Submodule
Submodule externals/libadrenotools added at a6c0947df6
Reference in New Issue
Block a user