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 c84bedb2d..42355716c 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -183,6 +183,9 @@ if (NOT TARGET stb::headers) | |||
| 183 | add_library(stb::headers ALIAS stb) | 183 | add_library(stb::headers ALIAS stb) |
| 184 | endif() | 184 | endif() |
| 185 | 185 | ||
| 186 | add_library(tz tz/tz/tz.cpp) | ||
| 187 | target_include_directories(tz PUBLIC ./tz) | ||
| 188 | |||
| 186 | add_library(bc_decoder bc_decoder/bc_decoder.cpp) | 189 | add_library(bc_decoder bc_decoder/bc_decoder.cpp) |
| 187 | target_include_directories(bc_decoder PUBLIC ./bc_decoder) | 190 | target_include_directories(bc_decoder PUBLIC ./bc_decoder) |
| 188 | 191 | ||