CMakeInspectSwiftLinker.cmake 316 B

12345678
  1. # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. # file LICENSE.rst or https://cmake.org/licensing for details.
  3. # Re-configure to save learned information.
  4. configure_file(
  5. ${CMAKE_ROOT}/Modules/CMakeSwiftCompiler.cmake.in
  6. ${CMAKE_PLATFORM_INFO_DIR}/CMakeSwiftCompiler.cmake
  7. @ONLY)