summaryrefslogtreecommitdiffstats
path: root/vulkan/FUNCTIONS
diff options
context:
space:
mode:
authorTreeve Jelbert2018-05-28 11:14:30 +0200
committerTreeve Jelbert2018-05-28 11:14:30 +0200
commitcab29d31e87911ed1cb36d75146c4e3c380ab6f7 (patch)
tree24e763487ed3e0a4c730e2c35ef254b1556a1453 /vulkan/FUNCTIONS
parent3db26371ae0ca61af53e4ba714c927eded774cfc (diff)
vulkan related spells added
Diffstat (limited to 'vulkan/FUNCTIONS')
-rwxr-xr-xvulkan/FUNCTIONS7
1 files changed, 7 insertions, 0 deletions
diff --git a/vulkan/FUNCTIONS b/vulkan/FUNCTIONS
new file mode 100755
index 0000000000..1a7e432696
--- /dev/null
+++ b/vulkan/FUNCTIONS
@@ -0,0 +1,7 @@
+default_build() {
+ cmake_build
+}
+
+function default_install() {
+ cmake_install
+}