mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
Compile Vulkan Loader and GLFW if not available
This commit is contained in:
parent
b1080c40de
commit
d2b9b7c1f6
10 changed files with 122 additions and 64 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
|
@ -131,3 +131,12 @@
|
|||
[submodule "3rdparty/Vulkan-Headers"]
|
||||
path = 3rdparty/Vulkan-Headers
|
||||
url = ../../KhronosGroup/Vulkan-Headers.git
|
||||
[submodule "3rdparty/fmtlib"]
|
||||
path = 3rdparty/fmtlib
|
||||
url = ../../fmtlib/fmt.git
|
||||
[submodule "3rdparty/Vulkan-Loader"]
|
||||
path = 3rdparty/Vulkan-Loader
|
||||
url = ../../KhronosGroup/Vulkan-Loader.git
|
||||
[submodule "3rdparty/glfw"]
|
||||
path = 3rdparty/glfw
|
||||
url = ../../glfw/glfw.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue