Skip to content

Commit 1d3afe5

Browse files
committed
[swift-stage2] Install CMakeConfig.h as a testsuite-tool into the just built toolchain. Needed to run tests against the just built toolchain.
1 parent ee91879 commit 1d3afe5

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)