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 407c5c640..15b444338 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -178,6 +178,9 @@ if (NOT TARGET stb::headers) | |||
| 178 | add_library(stb::headers ALIAS stb) | 178 | add_library(stb::headers ALIAS stb) |
| 179 | endif() | 179 | endif() |
| 180 | 180 | ||
| 181 | add_library(tz tz/tz/tz.cpp) | ||
| 182 | target_include_directories(tz PUBLIC ./tz) | ||
| 183 | |||
| 181 | add_library(bc_decoder bc_decoder/bc_decoder.cpp) | 184 | add_library(bc_decoder bc_decoder/bc_decoder.cpp) |
| 182 | target_include_directories(bc_decoder PUBLIC ./bc_decoder) | 185 | target_include_directories(bc_decoder PUBLIC ./bc_decoder) |
| 183 | 186 | ||