From d98e6cb036a8bf5b9b5a0ef07a631075c559139f Mon Sep 17 00:00:00 2001 From: assiduous Date: Mon, 23 Nov 2020 21:14:05 -0800 Subject: CMake: added comment --- Graphics/GraphicsEngineVulkan/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Graphics/GraphicsEngineVulkan') diff --git a/Graphics/GraphicsEngineVulkan/CMakeLists.txt b/Graphics/GraphicsEngineVulkan/CMakeLists.txt index cab747e8..1701c341 100644 --- a/Graphics/GraphicsEngineVulkan/CMakeLists.txt +++ b/Graphics/GraphicsEngineVulkan/CMakeLists.txt @@ -257,6 +257,8 @@ if(PLATFORM_WIN32) elseif(PLATFORM_MACOS) # Use Volk elseif(PLATFORM_IOS) + # For the apparent lack of a better way, link with both arm64 and x64 libraries. + # 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" -- cgit v1.2.3