FreeRDP/ci/cmake-preloads/config-ios.txt

16 lines
870 B
Plaintext
Raw Normal View History

2020-10-15 11:23:44 +03:00
message("PRELOADING iOS cache")
2023-12-18 11:06:21 +03:00
set (CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "preload")
2022-05-03 11:45:41 +03:00
set (CMAKE_TOOLCHAIN_FILE "${CMAKE_SOURCE_DIR}/cmake/ios.toolchain.cmake" CACHE PATH "cmake toolchain file")
2013-11-30 19:43:37 +04:00
set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type")
2021-05-27 23:23:25 +03:00
set (CMAKE_OSX_ARCHITECTURES "arm64" CACHE STRING "iOS platform to build")
set (CMAKE_OSX_DEPLOYMENT_TARGET "10.0" CACHE STRING "iOS minimum target")
2020-10-15 11:23:44 +03:00
set (WITH_SANITIZE_ADDRESS ON CACHE BOOL "build with address sanitizer")
set (WITH_CLIENT OFF CACHE BOOL "disable iOS client")
2023-08-03 11:02:19 +03:00
set (WITH_SERVER OFF CACHE BOOL "disable iOS server")
set (WITH_KRB5 OFF CACHE BOOL "Kerberos support")
set (WITH_CLIENT_SDL OFF CACHE BOOL "SDL client")
2023-12-21 16:27:50 +03:00
set (WITH_FFMPEG OFF CACHE BOOL "SDL client")
set (WITH_SWSCALE OFF CACHE BOOL "SDL client")
set (WITH_NEON ON CACHE BOOL "SDL client")
2023-12-21 11:27:19 +03:00
set (BUILD_SHARED_LIBS OFF CACHE BOOL "SDL client")