Skip to content

Commit

Permalink
build: Update MoltenVK and fix missing add_dependencies for copy. (#1970
Browse files Browse the repository at this point in the history
)

* build: Fix missing add_dependencies for MoltenVK copy target.

* externals: Update MoltenVK
  • Loading branch information
squidbus authored Dec 29, 2024
1 parent 202c104 commit da9e45b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,7 @@ if (APPLE)
DEPENDS ${MVK_DYLIB_SRC}
COMMAND cmake -E copy ${MVK_DYLIB_SRC} ${MVK_DYLIB_DST})
add_custom_target(CopyMoltenVK DEPENDS ${MVK_DYLIB_DST})
add_dependencies(CopyMoltenVK MoltenVK)
add_dependencies(shadps4 CopyMoltenVK)
set_property(TARGET shadps4 APPEND PROPERTY BUILD_RPATH "@executable_path/../Frameworks")
else()
Expand Down

0 comments on commit da9e45b

Please sign in to comment.