diff options
| author | 2019-04-11 21:54:23 -0400 | |
|---|---|---|
| committer | 2019-04-11 21:54:23 -0400 | |
| commit | ea80e2bc57d16c9b4f3478706af262ffaec75c04 (patch) | |
| tree | f9ad24acd557dfbda4387776af0e535edf68c60b /externals | |
| parent | Merge pull request #2360 from lioncash/svc-global (diff) | |
| parent | vk_shader_decompiler: Implement flow primitives (diff) | |
| download | yuzu-ea80e2bc57d16c9b4f3478706af262ffaec75c04.tar.gz yuzu-ea80e2bc57d16c9b4f3478706af262ffaec75c04.tar.xz yuzu-ea80e2bc57d16c9b4f3478706af262ffaec75c04.zip | |
Merge pull request #2235 from ReinUsesLisp/spirv-decompiler
vk_shader_decompiler: Implement a SPIR-V decompiler
Diffstat (limited to 'externals')
| -rw-r--r-- | externals/CMakeLists.txt | 5 | ||||
| m--------- | externals/sirit | 0 |
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) | |||
| 72 | target_include_directories(discord-rpc INTERFACE ./discord-rpc/include) | 72 | target_include_directories(discord-rpc INTERFACE ./discord-rpc/include) |
| 73 | endif() | 73 | endif() |
| 74 | 74 | ||
| 75 | # Sirit | ||
| 76 | if (ENABLE_VULKAN) | ||
| 77 | add_subdirectory(sirit) | ||
| 78 | endif() | ||
| 79 | |||
| 75 | if (ENABLE_WEB_SERVICE) | 80 | if (ENABLE_WEB_SERVICE) |
| 76 | # LibreSSL | 81 | # LibreSSL |
| 77 | set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "") | 82 | set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "") |
diff --git a/externals/sirit b/externals/sirit new file mode 160000 | |||
| Subproject f7c4b07a7e14edb1dcd93bc9879c823423705c2 | |||