ci: build tvOs/iOs CMake project

This commit is contained in:
Anonymous Maarten
2024-08-12 05:52:26 +02:00
parent 6140f567ba
commit b9ad5fc589
3 changed files with 23 additions and 6 deletions

View File

@@ -5,7 +5,9 @@ project(sdl_test LANGUAGES C)
include(CheckLanguage)
if(APPLE)
# FIXME: how to target ios/tvos with Swift?
# https://gitlab.kitware.com/cmake/cmake/-/issues/20104
if(APPLE AND CMAKE_SYSTEM_NAME MATCHES ".*(Darwin|MacOS).*")
# multiple values for CMAKE_OSX_ARCHITECTURES not supported with Swift
list(LENGTH CMAKE_OSX_ARCHITECTURES count_osx_archs)
if(count_osx_archs LESS_EQUAL 1)