-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MoltenVK: Use an external project instead of a pre-compiled dylib
Also, update MoltenVK to match Vulkan SDK 1.2.182.
- Loading branch information
1 parent
c86c02e
commit 18d71b5
Showing
6 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
include(ExternalProject) | ||
|
||
ExternalProject_Add(MoltenVK | ||
GIT_REPOSITORY https://github.com/KhronosGroup/MoltenVK.git | ||
GIT_TAG v1.1.4 | ||
|
||
CONFIGURE_COMMAND cd <SOURCE_DIR> && ./fetchDependencies --macos | ||
|
||
BUILD_COMMAND make -C <SOURCE_DIR> macos | ||
|
||
INSTALL_COMMAND "" | ||
|
||
LOG_CONFIGURE ON | ||
LOG_BUILD ON | ||
) |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters