diff options
| author | 2023-10-01 22:15:19 -0600 | |
|---|---|---|
| committer | 2023-10-07 20:57:19 -0600 | |
| commit | dac53b4ba0e705a03f5225fc2603f6b3dd5201d2 (patch) | |
| tree | 3d78c1514d481def791a8e1303e26e9b81cc0739 /externals/CMakeLists.txt | |
| parent | service: Stub multiple functions to increase stability of album applet (diff) | |
| download | yuzu-dac53b4ba0e705a03f5225fc2603f6b3dd5201d2.tar.gz yuzu-dac53b4ba0e705a03f5225fc2603f6b3dd5201d2.tar.xz yuzu-dac53b4ba0e705a03f5225fc2603f6b3dd5201d2.zip | |
externals: stb: Split library into cpp file
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 9eebc7d65..b1fd3ac62 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -168,7 +168,7 @@ if (NOT TARGET LLVM::Demangle) | |||
| 168 | add_library(LLVM::Demangle ALIAS demangle) | 168 | add_library(LLVM::Demangle ALIAS demangle) |
| 169 | endif() | 169 | endif() |
| 170 | 170 | ||
| 171 | add_library(stb stb/stb_dxt.cpp) | 171 | add_library(stb stb/stb_dxt.cpp stb/stb_image.cpp stb/stb_image_resize.cpp) |
| 172 | target_include_directories(stb PUBLIC ./stb) | 172 | target_include_directories(stb PUBLIC ./stb) |
| 173 | 173 | ||
| 174 | add_library(bc_decoder bc_decoder/bc_decoder.cpp) | 174 | add_library(bc_decoder bc_decoder/bc_decoder.cpp) |