mirror of
https://github.com/Kbz-8/42_vox.git
synced 2026-01-11 22:53:35 +00:00
initial commit
This commit is contained in:
9
ScopEngine/Script/FetchDependencies.sh
git.filemode.executable_file
9
ScopEngine/Script/FetchDependencies.sh
git.filemode.executable_file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Update Vulkan headers
|
||||
rm -rf ThirdParty/vulkan
|
||||
wget https://github.com/KhronosGroup/Vulkan-Headers/archive/main.zip -O vulkan-headers.zip
|
||||
unzip -o vulkan-headers.zip -d ThirdParty/
|
||||
mv ThirdParty/Vulkan-Headers-main/include/vulkan ThirdParty/
|
||||
rm -rf ThirdParty/Vulkan-Headers-main
|
||||
rm vulkan-headers.zip
|
||||
Reference in New Issue
Block a user