mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
cmake: try system libraries first (#71)
This commit is contained in:
parent
71c2185bf6
commit
7e78907829
14 changed files with 166 additions and 33 deletions
2
.github/workflows/rpcsx.yml
vendored
2
.github/workflows/rpcsx.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue