Skip to content

Commit 76dd2db

Browse files
committed
cmake: set up installing framework ABI baselines into toolchain
1 parent 4a9a71f commit 76dd2db

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

utils/api_checker/CMakeLists.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
swift_install_in_component(toolchain-tools
2-
FILES "swift-api-checker.py"
3-
DESTINATION "bin")
4-
swift_install_in_component(toolchain-tools
5-
DIRECTORY "sdk-module-lists"
6-
DESTINATION "bin")
1+
swift_install_in_component(FILES "swift-api-checker.py"
2+
DESTINATION "bin"
3+
COMPONENT toolchain-tools)
4+
swift_install_in_component(DIRECTORY "sdk-module-lists"
5+
DESTINATION "bin"
6+
COMPONENT toolchain-tools)
7+
swift_install_in_component(DIRECTORY "FrameworkABIBaseline"
8+
DESTINATION "lib/swift"
9+
COMPONENT toolchain-tools)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This directory contains framework-specific ABI descriptors generated by
2+
swift-api-digester as the baselines for diagnosing module ABI breakages.

0 commit comments

Comments
 (0)