Skip to content

Commit d42d2e1

Browse files
authored
Merge pull request swiftlang#27843 from drodriguez/windows-install-swift-demangle
[cmake] Install runtime swiftDemangle pieces.
2 parents 3c225d3 + a184e9e commit d42d2e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/SwiftDemangle/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ target_link_libraries(swiftDemangle PRIVATE
88

99
add_dependencies(compiler swiftDemangle)
1010
swift_install_in_component(TARGETS swiftDemangle
11+
RUNTIME
12+
DESTINATION "bin"
13+
COMPONENT compiler
1114
LIBRARY
1215
DESTINATION "lib${LLVM_LIBDIR_SUFFIX}"
1316
COMPONENT compiler

0 commit comments

Comments
 (0)