externals: add adrenotools for bcenabler
This commit is contained in:
parent
7cdeaa90af
commit
f7a3f1ddf4
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