mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-29 05:46:16 +00:00
build: Update MoltenVK and fix missing add_dependencies for copy. (#1970)
* build: Fix missing add_dependencies for MoltenVK copy target. * externals: Update MoltenVK
This commit is contained in:
parent
202c1046a1
commit
da9e45b582
2 changed files with 2 additions and 1 deletions
|
@ -917,6 +917,7 @@ if (APPLE)
|
||||||
DEPENDS ${MVK_DYLIB_SRC}
|
DEPENDS ${MVK_DYLIB_SRC}
|
||||||
COMMAND cmake -E copy ${MVK_DYLIB_SRC} ${MVK_DYLIB_DST})
|
COMMAND cmake -E copy ${MVK_DYLIB_SRC} ${MVK_DYLIB_DST})
|
||||||
add_custom_target(CopyMoltenVK DEPENDS ${MVK_DYLIB_DST})
|
add_custom_target(CopyMoltenVK DEPENDS ${MVK_DYLIB_DST})
|
||||||
|
add_dependencies(CopyMoltenVK MoltenVK)
|
||||||
add_dependencies(shadps4 CopyMoltenVK)
|
add_dependencies(shadps4 CopyMoltenVK)
|
||||||
set_property(TARGET shadps4 APPEND PROPERTY BUILD_RPATH "@executable_path/../Frameworks")
|
set_property(TARGET shadps4 APPEND PROPERTY BUILD_RPATH "@executable_path/../Frameworks")
|
||||||
else()
|
else()
|
||||||
|
|
2
externals/MoltenVK/MoltenVK
vendored
2
externals/MoltenVK/MoltenVK
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 5ad3ee5d2f84342950c3fe93dec97719574d1932
|
Subproject commit 9f0b616d9e2c39464d2a859b79dbc655c4a30e7e
|
Loading…
Add table
Add a link
Reference in a new issue