mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
302 B
CMake
6 lines
302 B
CMake
configure_file(CMakeConfig.h.in ${CMAKE_CURRENT_BINARY_DIR}/CMakeConfig.h
|
|
ESCAPE_QUOTES @ONLY)
|
|
swift_install_in_component(FILES ${CMAKE_CURRENT_BINARY_DIR}/CMakeConfig.h
|
|
DESTINATION "include/swift/Runtime"
|
|
COMPONENT testsuite-tools)
|