diff options
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 0184289eb..4ff588851 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -157,6 +157,9 @@ endif() | |||
| 157 | add_library(stb stb/stb_dxt.cpp) | 157 | add_library(stb stb/stb_dxt.cpp) |
| 158 | target_include_directories(stb PUBLIC ./stb) | 158 | target_include_directories(stb PUBLIC ./stb) |
| 159 | 159 | ||
| 160 | add_library(bc_decoder bc_decoder/bc_decoder.cpp) | ||
| 161 | target_include_directories(bc_decoder PUBLIC ./bc_decoder) | ||
| 162 | |||
| 160 | if (ANDROID) | 163 | if (ANDROID) |
| 161 | if (ARCHITECTURE_arm64) | 164 | if (ARCHITECTURE_arm64) |
| 162 | add_subdirectory(libadrenotools) | 165 | add_subdirectory(libadrenotools) |