diff options
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index e156bbece..3f8b6cda8 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -49,6 +49,10 @@ add_subdirectory(open_source_archives EXCLUDE_FROM_ALL) | |||
| 49 | add_library(unicorn-headers INTERFACE) | 49 | add_library(unicorn-headers INTERFACE) |
| 50 | target_include_directories(unicorn-headers INTERFACE ./unicorn/include) | 50 | target_include_directories(unicorn-headers INTERFACE ./unicorn/include) |
| 51 | 51 | ||
| 52 | # Zstandard | ||
| 53 | add_subdirectory(zstd/build/cmake EXCLUDE_FROM_ALL) | ||
| 54 | target_include_directories(libzstd_static INTERFACE ./zstd/lib) | ||
| 55 | |||
| 52 | # SoundTouch | 56 | # SoundTouch |
| 53 | add_subdirectory(soundtouch) | 57 | add_subdirectory(soundtouch) |
| 54 | 58 | ||
| @@ -68,6 +72,11 @@ if (USE_DISCORD_PRESENCE) | |||
| 68 | target_include_directories(discord-rpc INTERFACE ./discord-rpc/include) | 72 | target_include_directories(discord-rpc INTERFACE ./discord-rpc/include) |
| 69 | endif() | 73 | endif() |
| 70 | 74 | ||
| 75 | # Sirit | ||
| 76 | if (ENABLE_VULKAN) | ||
| 77 | add_subdirectory(sirit) | ||
| 78 | endif() | ||
| 79 | |||
| 71 | if (ENABLE_WEB_SERVICE) | 80 | if (ENABLE_WEB_SERVICE) |
| 72 | # LibreSSL | 81 | # LibreSSL |
| 73 | set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "") | 82 | set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "") |