diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2021-01-29 04:43:57 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2021-01-29 04:43:57 +0000 |
| commit | 3d34cf07ede6984dcdd147cc0b144c993e228e95 (patch) | |
| tree | ce1c86b87eca44c309f38a6915d78375879acec5 /Graphics/GraphicsEngineVulkan | |
| parent | Few updates to readme (diff) | |
| download | DiligentCore-3d34cf07ede6984dcdd147cc0b144c993e228e95.tar.gz DiligentCore-3d34cf07ede6984dcdd147cc0b144c993e228e95.zip | |
Updated CMake to use VulkanSDK 1.2.162.1
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/CMakeLists.txt b/Graphics/GraphicsEngineVulkan/CMakeLists.txt index e5cd319c..a8048dfc 100644 --- a/Graphics/GraphicsEngineVulkan/CMakeLists.txt +++ b/Graphics/GraphicsEngineVulkan/CMakeLists.txt @@ -270,7 +270,7 @@ elseif(PLATFORM_IOS) # The linker will issue a warning, but this will work for both device and the simulator. list(APPEND PRIVATE_DEPENDENCIES "${MoltenVK_FRAMEWORK}/ios-arm64/libMoltenVK.a" - "${MoltenVK_FRAMEWORK}/ios-x86_64-simulator/libMoltenVK.a" + "${MoltenVK_FRAMEWORK}/ios-arm64_x86_64-simulator/libMoltenVK.a" ) find_library(CORE_GRAPHICS CoreGraphics) |
