Skip to content

Commit 133a832

Browse files
authored
Merge pull request swiftlang#38859 from gottesmm/pr-dad49452cfb7f592ae5d681a1419fa0137a4eb56
[swift-stage2] Install CMakeConfig.h as a testsuite-tool into the just built toolchain.
2 parents 04adce1 + 1d3afe5 commit 133a832

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/swift/Runtime/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ endif()
1111

1212
configure_file(CMakeConfig.h.in ${CMAKE_CURRENT_BINARY_DIR}/CMakeConfig.h
1313
ESCAPE_QUOTES @ONLY)
14+
swift_install_in_component(FILES ${CMAKE_CURRENT_BINARY_DIR}/CMakeConfig.h
15+
DESTINATION "include/swift/Runtime"
16+
COMPONENT testsuite-tools)

0 commit comments

Comments
 (0)