zdoom-macos-deps/deps/cmake/share/cmake-3.21/Modules/Platform/watchOS-Initialize.cmake
2021-07-25 12:55:31 +03:00

7 lines
234 B
CMake

include(Platform/Darwin-Initialize)
if(NOT _CMAKE_OSX_SYSROOT_PATH MATCHES "/Watch(OS|Simulator)")
message(FATAL_ERROR "${CMAKE_OSX_SYSROOT} is not an watchOS SDK")
endif()
set(_CMAKE_FEATURE_DETECTION_TARGET_TYPE STATIC_LIBRARY)