Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZebediah Figura <zfigura@codeweavers.com>2021-09-04 20:18:06 +0300
committerArkadiusz Hiler <ahiler@codeweavers.com>2021-09-30 13:48:36 +0300
commit1b1f8b01cd0126ea2883570f3f9257dcbac28a2c (patch)
tree7b2044a7b9665842755186b1f87fac6aa20abc03
parent513a3a90eab2836cfe2dc31ee22bfd171b72a31b (diff)
build: Build Vulkan-Headers, sort of.
CW-Bug-Id: #15810
-rw-r--r--build/makefile_base.mak9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/makefile_base.mak b/build/makefile_base.mak
index ed18bd0d..396b686e 100644
--- a/build/makefile_base.mak
+++ b/build/makefile_base.mak
@@ -572,6 +572,15 @@ $(eval $(call rules-cmake,jxrlib,64))
##
+## Vulkan-Headers
+##
+
+$(eval $(call rules-source,vulkan-headers,$(SRCDIR)/Vulkan-Headers))
+$(eval $(call rules-cmake,vulkan-headers,32))
+$(eval $(call rules-cmake,vulkan-headers,64))
+
+
+##
## lsteamclient
##