diff options
Diffstat (limited to 'externals')
| -rw-r--r-- | externals/CMakeLists.txt | 4 | ||||
| m--------- | externals/libadrenotools | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index d78d10147..2bd7b457a 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -147,3 +147,7 @@ endif() | |||
| 147 | 147 | ||
| 148 | add_library(stb stb/stb_dxt.cpp) | 148 | add_library(stb stb/stb_dxt.cpp) |
| 149 | target_include_directories(stb PUBLIC ./stb) | 149 | target_include_directories(stb PUBLIC ./stb) |
| 150 | |||
| 151 | if (ANDROID) | ||
| 152 | add_subdirectory(libadrenotools) | ||
| 153 | endif() | ||
diff --git a/externals/libadrenotools b/externals/libadrenotools new file mode 160000 | |||
| Subproject a6c0947df6b152b350342f5191b3082768e15e3 | |||