diff options
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index e6fa11a03..3539828b8 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -77,6 +77,12 @@ if (ENABLE_VULKAN) | |||
| 77 | add_subdirectory(sirit) | 77 | add_subdirectory(sirit) |
| 78 | endif() | 78 | endif() |
| 79 | 79 | ||
| 80 | # zlib | ||
| 81 | add_subdirectory(zlib EXCLUDE_FROM_ALL) | ||
| 82 | |||
| 83 | # libzip | ||
| 84 | add_subdirectory(libzip EXCLUDE_FROM_ALL) | ||
| 85 | |||
| 80 | if (ENABLE_WEB_SERVICE) | 86 | if (ENABLE_WEB_SERVICE) |
| 81 | # LibreSSL | 87 | # LibreSSL |
| 82 | set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "") | 88 | set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "") |