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 82a6da9fd..a4c2ffc10 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -174,6 +174,9 @@ target_include_directories(stb PUBLIC ./stb) | |||
| 174 | add_library(bc_decoder bc_decoder/bc_decoder.cpp) | 174 | add_library(bc_decoder bc_decoder/bc_decoder.cpp) |
| 175 | target_include_directories(bc_decoder PUBLIC ./bc_decoder) | 175 | target_include_directories(bc_decoder PUBLIC ./bc_decoder) |
| 176 | 176 | ||
| 177 | add_library(renderdoc INTERFACE) | ||
| 178 | target_include_directories(renderdoc SYSTEM INTERFACE ./renderdoc) | ||
| 179 | |||
| 177 | if (ANDROID) | 180 | if (ANDROID) |
| 178 | if (ARCHITECTURE_arm64) | 181 | if (ARCHITECTURE_arm64) |
| 179 | add_subdirectory(libadrenotools) | 182 | add_subdirectory(libadrenotools) |