watchOS-Initialize.cmake 176 B

12345
  1. include(Platform/Darwin-Initialize)
  2. if(NOT _CMAKE_OSX_SYSROOT_PATH MATCHES "/Watch(OS|Simulator)")
  3. message(FATAL_ERROR "${CMAKE_OSX_SYSROOT} is not an watchOS SDK")
  4. endif()