Fix some linking issues on MacOS

This commit is contained in:
Georg Hagen
2024-07-28 23:45:17 +02:00
parent 631d108be4
commit 6c9af621b5
2 changed files with 17 additions and 5 deletions

View File

@@ -74,7 +74,8 @@ if(IOS)
set(MACOSX_BUNDLE_BUNDLE_NAME ${APP_BUNDLE_IDENTIFIER})
set(CMAKE_OSX_DEPLOYMENT_TARGET "14.1") # The used ARKit features are only available starting with iOS 14
endif()
if(APPLE)
LinkAppleFrameworks(openVulkanoCpp)
endif ()