mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-11-27 05:00:23 +00:00
removed old vulkan headers
This commit is contained in:
parent
b00b849d3f
commit
e239df73b4
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -14,9 +14,6 @@
|
|||||||
path = third-party/xxHash
|
path = third-party/xxHash
|
||||||
url = https://github.com/Cyan4973/xxHash.git
|
url = https://github.com/Cyan4973/xxHash.git
|
||||||
branch = dev
|
branch = dev
|
||||||
[submodule "third-party/vulkan"]
|
|
||||||
path = third-party/vulkan
|
|
||||||
url = https://github.com/GPUCode/vulkan
|
|
||||||
[submodule "externals/discord-rpc"]
|
[submodule "externals/discord-rpc"]
|
||||||
path = externals/discord-rpc
|
path = externals/discord-rpc
|
||||||
url = https://github.com/shadps4-emu/ext-discord-rpc.git
|
url = https://github.com/shadps4-emu/ext-discord-rpc.git
|
||||||
|
3
third-party/CMakeLists.txt
vendored
3
third-party/CMakeLists.txt
vendored
@ -12,9 +12,6 @@ add_subdirectory(magic_enum EXCLUDE_FROM_ALL)
|
|||||||
# Toml11
|
# Toml11
|
||||||
add_subdirectory(toml11 EXCLUDE_FROM_ALL)
|
add_subdirectory(toml11 EXCLUDE_FROM_ALL)
|
||||||
|
|
||||||
# Vulkan
|
|
||||||
add_subdirectory(vulkan EXCLUDE_FROM_ALL)
|
|
||||||
|
|
||||||
# xxHash
|
# xxHash
|
||||||
add_library(xxhash INTERFACE)
|
add_library(xxhash INTERFACE)
|
||||||
target_include_directories(xxhash INTERFACE xxhash)
|
target_include_directories(xxhash INTERFACE xxhash)
|
||||||
|
1
third-party/vulkan
vendored
1
third-party/vulkan
vendored
@ -1 +0,0 @@
|
|||||||
Subproject commit 72b2e740754bc6b86b724fa5b2c90dca6f69462e
|
|
Loading…
Reference in New Issue
Block a user