diff options
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 4 |
1 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() | ||