From 944f91b48811d072654d3a0db4f6d704c04fadbd Mon Sep 17 00:00:00 2001 From: Charles Giessen Date: Sat, 19 Aug 2023 14:08:34 -0600 Subject: build: Use Vulkan-Loader on windows Previously, the vulkan-1.lib file was checked into the tree, so that it wasn't a required build step for windows builds. This means that to use functions in new versions of vulkan, the vulkan-1.lib file would have to be updated, which is annoying. This commit makes the necessary changes to allow linking to the vulkan-1.lib built by Vulkan-Loader directly, as well as adding Vulkan-Loader as a dependency for windows builds. It was previously only built for linux & macOS. With the use of the Vulkan-Loader, the FindVulkan.cmake file could be removed, as well as the checked in vulkan-1.lib files, one each for x86 and x64. --- scripts/known_good.json | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts') diff --git a/scripts/known_good.json b/scripts/known_good.json index adbb34c1..52d78d07 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -38,10 +38,6 @@ "var_name": "VULKAN_HEADERS_INSTALL_DIR", "repo_name": "Vulkan-Headers" } - ], - "build_platforms": [ - "linux", - "darwin" ] }, { -- cgit v1.2.3