apple: add preliminary visionOS support

This commit is contained in:
Gregor Jasny
2023-06-22 11:57:36 +02:00
parent 7ad290bf9c
commit 25977e177b
26 changed files with 100 additions and 26 deletions

View File

@@ -25,7 +25,7 @@ unset(LINUX)
# It is useful to share the same aforementioned configuration files and
# avoids duplicating them in case of tightly related platforms.
#
# An example are the platforms supported by Xcode (macOS, iOS, tvOS,
# An example are the platforms supported by Xcode (macOS, iOS, tvOS, visionOS
# and watchOS). For all of those the CMAKE_EFFECTIVE_SYSTEM_NAME is
# set to Apple which results in using
# Platform/Apple-AppleClang-CXX.cmake for the Apple C++ compiler.