summaryrefslogtreecommitdiffstats
path: root/externals
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-04-12 03:54:23 +0200
committerGitHub <noreply@github.com>2019-04-12 03:54:23 +0200
commitea80e2bc57d16c9b4f3478706af262ffaec75c04 (patch)
treef9ad24acd557dfbda4387776af0e535edf68c60b /externals
parentMerge pull request #2360 from lioncash/svc-global (diff)
parentvk_shader_decompiler: Implement flow primitives (diff)
downloadyuzu-ea80e2bc57d16c9b4f3478706af262ffaec75c04.tar
yuzu-ea80e2bc57d16c9b4f3478706af262ffaec75c04.tar.gz
yuzu-ea80e2bc57d16c9b4f3478706af262ffaec75c04.tar.bz2
yuzu-ea80e2bc57d16c9b4f3478706af262ffaec75c04.tar.lz
yuzu-ea80e2bc57d16c9b4f3478706af262ffaec75c04.tar.xz
yuzu-ea80e2bc57d16c9b4f3478706af262ffaec75c04.tar.zst
yuzu-ea80e2bc57d16c9b4f3478706af262ffaec75c04.zip
Diffstat (limited to 'externals')
-rw-r--r--externals/CMakeLists.txt5
m---------externals/sirit0
2 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)
target_include_directories(discord-rpc INTERFACE ./discord-rpc/include)
endif()
+# Sirit
+if (ENABLE_VULKAN)
+ add_subdirectory(sirit)
+endif()
+
if (ENABLE_WEB_SERVICE)
# LibreSSL
set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "")
diff --git a/externals/sirit b/externals/sirit
new file mode 160000
+Subproject f7c4b07a7e14edb1dcd93bc9879c823423705c2