Skip to content

Commit 5c0013e

Browse files
committed
cmake: install swift-api-checker into the tools component.
1 parent 43e771e commit 5c0013e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

utils/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
add_subdirectory(vim)
22
add_subdirectory(lldb)
3+
add_subdirectory(api_checker)
34

45
swift_install_in_component(editor-integration
56
FILES swift-mode.el

utils/api_checker/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
swift_install_in_component(tools
2+
FILES "swift-api-checker.py"
3+
DESTINATION "bin")
4+
swift_install_in_component(tools
5+
DIRECTORY "sdk-module-lists"
6+
DESTINATION "bin")

0 commit comments

Comments
 (0)