Sign in
android
/
platform
/
prebuilts
/
cmake
/
windows-x86
/
87598ef34aa679810973c8b653a25a7754ea1cbb
/
.
/
share
/
cmake-3.17
/
Modules
/
Platform
/
iOS-Initialize.cmake
blob: 301ca4cbdaed00f5804b9a2d29a581b65e18daef [
file
] [
log
] [
blame
]
include
(
Platform
/
Darwin
-
Initialize
)
if
(
NOT _CMAKE_OSX_SYSROOT_PATH MATCHES
"/iPhone(OS|Simulator)"
)
message
(
FATAL_ERROR
"${CMAKE_OSX_SYSROOT} is not an iOS SDK"
)
endif
()
set
(
IOS
1
)
set
(
_CMAKE_FEATURE_DETECTION_TARGET_TYPE STATIC_LIBRARY
)