cmake: try system libraries first (#71)

This commit is contained in:
Alexandre Bouvier 2024-09-14 11:45:07 +00:00 committed by GitHub
parent 71c2185bf6
commit 7e78907829
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 166 additions and 33 deletions

View file

@ -26,7 +26,7 @@ jobs:
sudo apt update
sudo apt install -y cmake build-essential libunwind-dev \
libglfw3-dev libvulkan-dev vulkan-validationlayers-dev \
spirv-tools glslang-tools libspirv-cross-c-shared-dev libsox-dev
libsox-dev
VULKANVER=1.3.259
curl -sSfLo Vulkan-Headers.tar.gz https://github.com/KhronosGroup/Vulkan-Headers/archive/v${VULKANVER}.tar.gz
tar -xf Vulkan-Headers*.tar.gz