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 f2a560f04..e59eeb489 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -139,3 +139,7 @@ if (NOT TARGET LLVM::Demangle) | |||
| 139 | target_sources(demangle PRIVATE demangle/ItaniumDemangle.cpp) | 139 | target_sources(demangle PRIVATE demangle/ItaniumDemangle.cpp) |
| 140 | add_library(LLVM::Demangle ALIAS demangle) | 140 | add_library(LLVM::Demangle ALIAS demangle) |
| 141 | endif() | 141 | endif() |
| 142 | |||
| 143 | add_library(stb STATIC) | ||
| 144 | target_include_directories(stb PUBLIC ./stb) | ||
| 145 | target_sources(stb PRIVATE stb/stb_dxt.cpp) | ||