summaryrefslogtreecommitdiff
path: root/subprojects/packagefiles/vulkan
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-01-01 12:02:16 -0500
committerAndrew Opalach <andrew@akon.city> 2024-01-01 12:02:16 -0500
commitff0baeb32096e52d30877c2ee333c88efb88f75a (patch)
treeb6719775099415a1b27061e60f3b7d8bb6d17548 /subprojects/packagefiles/vulkan
parent5a838b06b3889a0744a2afee2efe8d38726d7f72 (diff)
downloadstela-ff0baeb32096e52d30877c2ee333c88efb88f75a.tar.gz
stela-ff0baeb32096e52d30877c2ee333c88efb88f75a.tar.bz2
stela-ff0baeb32096e52d30877c2ee333c88efb88f75a.zip
Add subprojects
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects/packagefiles/vulkan')
-rw-r--r--subprojects/packagefiles/vulkan/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/subprojects/packagefiles/vulkan/meson.build b/subprojects/packagefiles/vulkan/meson.build
new file mode 100644
index 0000000..722ea11
--- /dev/null
+++ b/subprojects/packagefiles/vulkan/meson.build
@@ -0,0 +1,3 @@
+project('vulkan', 'c', version: '1.3.261')
+vulkan = declare_dependency(include_directories: include_directories('include'))
+meson.override_dependency('vulkan', vulkan)