1# Distributed under the OSI-approved BSD 3-Clause License. See accompanying 2# file Copyright.txt or https://cmake.org/licensing for details. 3 4set(CMAKE_Swift_COMPILER "@CMAKE_Swift_COMPILER@") 5set(CMAKE_Swift_COMPILER_ID "@CMAKE_Swift_COMPILER_ID@") 6set(CMAKE_Swift_COMPILER_VERSION "@CMAKE_Swift_COMPILER_VERSION@") 7 8set(CMAKE_Swift_COMPILER_LOADED 1) 9set(CMAKE_Swift_COMPILER_WORKS "@CMAKE_Swift_COMPILER_WORKS@") 10 11set(CMAKE_Swift_COMPILER_ENV_VAR "SWIFTC") 12 13set(CMAKE_Swift_COMPILER_ID_RUN 1) 14set(CMAKE_Swift_SOURCE_FILE_EXTENSIONS swift) 15 16set(CMAKE_Swift_IMPLICIT_INCLUDE_DIRECTORIES "@CMAKE_Swift_IMPLICIT_INCLUDE_DIRECTORIES@") 17