• Home
  • Raw
  • Download

Lines Matching full:ios

3 # It has been altered for iOS development
21 # IOS_BITCODE = 1/0: Enable bitcode or not. Only iOS >= 6.0 device build can enable bitcode. Defaul…
30 # A macro used to find executable programs on the host system, not within the iOS environment.
39 set (IOS TRUE) variable
47 set (CMAKE_OSX_DEPLOYMENT_TARGET "" CACHE STRING "Force unset of the deployment target for iOS" FOR…
49 # Determine the cmake host system version so we know where to find the iOS SDKs
56 # Force the compilers to gcc for iOS
66 # All iOS/Darwin specific settings - some may be redundant
85 # Hidden visibilty is required for cxx on iOS
107 # Setup iOS platform unless specified manually with IOS_PLATFORM
111 set (IOS_PLATFORM ${IOS_PLATFORM} CACHE STRING "Type of iOS Platform")
146 # Setup iOS developer location unless specified manually with CMAKE_IOS_DEVELOPER_ROOT
158 set (CMAKE_IOS_DEVELOPER_ROOT ${CMAKE_IOS_DEVELOPER_ROOT} CACHE PATH "Location of iOS Platform")
160 # Find and use the most recent iOS sdk unless specified manually with CMAKE_IOS_SDK_ROOT
168 …(FATAL_ERROR "No iOS SDK's found in default search path ${CMAKE_IOS_DEVELOPER_ROOT}. Manually set …
170 message (STATUS "Toolchain using default iOS SDK: ${CMAKE_IOS_SDK_ROOT}")
172 set (CMAKE_IOS_SDK_ROOT ${CMAKE_IOS_SDK_ROOT} CACHE PATH "Location of the selected iOS SDK")
175 set (CMAKE_OSX_SYSROOT ${CMAKE_IOS_SDK_ROOT} CACHE PATH "Sysroot used for iOS support")
177 # set the architecture for iOS
188 set (CMAKE_OSX_ARCHITECTURES ${IOS_ARCH} CACHE STRING "Build architecture for iOS")
190 # Set the find root to the iOS developer roots and to user defined paths
191 …_DEVELOPER_ROOT} ${CMAKE_IOS_SDK_ROOT} ${CMAKE_PREFIX_PATH} CACHE STRING "iOS find search path ro…
203 # only search the iOS sdks, not the remainder of the host filesystem
220 set (IOS FALSE) variable
224 set (IOS TRUE) variable