summaryrefslogtreecommitdiff
path: root/externals/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/CMakeLists.txt')
-rw-r--r--externals/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt
index aa3319eb1..3f8b6cda8 100644
--- a/externals/CMakeLists.txt
+++ b/externals/CMakeLists.txt
@@ -72,6 +72,11 @@ if (USE_DISCORD_PRESENCE)
72 target_include_directories(discord-rpc INTERFACE ./discord-rpc/include) 72 target_include_directories(discord-rpc INTERFACE ./discord-rpc/include)
73endif() 73endif()
74 74
75# Sirit
76if (ENABLE_VULKAN)
77 add_subdirectory(sirit)
78endif()
79
75if (ENABLE_WEB_SERVICE) 80if (ENABLE_WEB_SERVICE)
76 # LibreSSL 81 # LibreSSL
77 set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "") 82 set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "")