mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-29 06:43:17 +00:00
externals: Add MoltenVK as an external. (#1767)
This commit is contained in:
parent
a57ccf9112
commit
40e8a40ada
9 changed files with 119 additions and 28 deletions
|
@ -894,8 +894,7 @@ if (APPLE)
|
|||
target_compile_definitions(shadps4 PRIVATE USE_SYSTEM_VULKAN_LOADER=1)
|
||||
else()
|
||||
# Link MoltenVK for Vulkan support
|
||||
find_library(MOLTENVK MoltenVK REQUIRED)
|
||||
target_link_libraries(shadps4 PRIVATE ${MOLTENVK})
|
||||
target_link_libraries(shadps4 PRIVATE MoltenVK)
|
||||
endif()
|
||||
|
||||
if (ARCHITECTURE STREQUAL "x86_64")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue