• Home
  • Raw
  • Download

Lines Matching refs:iOS

3 # It has been altered for iOS development
29 set (CMAKE_OSX_DEPLOYMENT_TARGET "" CACHE STRING "Force unset of the deployment target for iOS" FOR…
31 # Determine the cmake host system version so we know where to find the iOS SDKs
38 # Force the compilers to gcc for iOS
47 # All iOS/Darwin specific settings - some may be redundant
60 # Hidden visibilty is required for cxx on iOS
82 # Setup iOS platform unless specified manually with IOS_PLATFORM
86 set (IOS_PLATFORM ${IOS_PLATFORM} CACHE STRING "Type of iOS Platform")
103 # Setup iOS developer location unless specified manually with CMAKE_IOS_DEVELOPER_ROOT
114 set (CMAKE_IOS_DEVELOPER_ROOT ${CMAKE_IOS_DEVELOPER_ROOT} CACHE PATH "Location of iOS Platform")
116 # Find and use the most recent iOS sdk unless specified manually with CMAKE_IOS_SDK_ROOT
124 …(FATAL_ERROR "No iOS SDK's found in default search path ${CMAKE_IOS_DEVELOPER_ROOT}. Manually set …
126 message (STATUS "Toolchain using default iOS SDK: ${CMAKE_IOS_SDK_ROOT}")
128 set (CMAKE_IOS_SDK_ROOT ${CMAKE_IOS_SDK_ROOT} CACHE PATH "Location of the selected iOS SDK")
131 set (CMAKE_OSX_SYSROOT ${CMAKE_IOS_SDK_ROOT} CACHE PATH "Sysroot used for iOS support")
133 # set the architecture for iOS
144 set (CMAKE_OSX_ARCHITECTURES ${IOS_ARCH} CACHE string "Build architecture for iOS")
146 # Set the find root to the iOS developer roots and to user defined paths
147 …_DEVELOPER_ROOT} ${CMAKE_IOS_SDK_ROOT} ${CMAKE_PREFIX_PATH} CACHE string "iOS find search path ro…
159 # only search the iOS sdks, not the remainder of the host filesystem