Set target iOS version to 17
This commit is contained in:
@@ -69,6 +69,12 @@ if (NOT ANDROID AND NOT IOS)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (IOS)
|
||||
set_target_properties(openVulkanoCpp PROPERTIES
|
||||
XCODE_ATTRIBUTE_IPHONEOS_DEPLOYMENT_TARGET "17.0" #${DEPLOYMENT_TARGET}
|
||||
)
|
||||
endif ()
|
||||
|
||||
target_link_libraries(openVulkanoCpp PUBLIC magic_enum brotlienc brotlidec yaml-cpp fmt spdlog glm pugixml stb eigen utf8cpp imgui_internal TracyClient stud-uuid ryml unordered_dense concurrentqueue units dds_image)
|
||||
if (OPENVULKANO_ENABLE_KTX)
|
||||
target_link_libraries(openVulkanoCpp PUBLIC ktx)
|
||||
|
||||
Reference in New Issue
Block a user