mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 16:05:46 +00:00
externals: add adrenotools for bcenabler
This commit is contained in:
parent
120b8baebb
commit
46927d217c
5 changed files with 42 additions and 0 deletions
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue