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()
|
||||
|
|
1
externals/libadrenotools
vendored
Submodule
1
externals/libadrenotools
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a6c0947df6b152b350342f5191b3082768e15e38
|
Loading…
Add table
Add a link
Reference in a new issue