summaryrefslogtreecommitdiffstats
path: root/externals
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-01-29 15:08:32 +0100
committerGitHub <noreply@github.com>2024-01-29 15:08:32 +0100
commit278dd589ec8216c0ae2bc1c5dfd6d98e24019f93 (patch)
tree6a98145b5dedf682930afd49bbfb5e2b2ca32161 /externals
parentMerge pull request #12840 from amazingfate/fix-gcc11 (diff)
parentSimplify VkResult lookup (diff)
downloadyuzu-278dd589ec8216c0ae2bc1c5dfd6d98e24019f93.tar
yuzu-278dd589ec8216c0ae2bc1c5dfd6d98e24019f93.tar.gz
yuzu-278dd589ec8216c0ae2bc1c5dfd6d98e24019f93.tar.bz2
yuzu-278dd589ec8216c0ae2bc1c5dfd6d98e24019f93.tar.lz
yuzu-278dd589ec8216c0ae2bc1c5dfd6d98e24019f93.tar.xz
yuzu-278dd589ec8216c0ae2bc1c5dfd6d98e24019f93.tar.zst
yuzu-278dd589ec8216c0ae2bc1c5dfd6d98e24019f93.zip
Diffstat (limited to 'externals')
-rw-r--r--externals/CMakeLists.txt5
m---------externals/Vulkan-Utility-Libraries0
2 files changed, 5 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt
index 15b444338..42355716c 100644
--- a/externals/CMakeLists.txt
+++ b/externals/CMakeLists.txt
@@ -154,6 +154,11 @@ if (YUZU_USE_EXTERNAL_VULKAN_HEADERS)
add_subdirectory(Vulkan-Headers)
endif()
+# Vulkan-Utility-Libraries
+if (YUZU_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES)
+ add_subdirectory(Vulkan-Utility-Libraries)
+endif()
+
# TZDB (Time Zone Database)
add_subdirectory(nx_tzdb)
diff --git a/externals/Vulkan-Utility-Libraries b/externals/Vulkan-Utility-Libraries
new file mode 160000
+Subproject 524f8910d0e4a5f2ec5961996b23e5b74b95cb1