Skip to content

Commit c2f7729

Browse files
authored
Merge pull request #23445 from nkcsgexi/install-swift-api-checker
cmake: install swift-api-checker into the tools component.
2 parents 4f5feba + 5c0013e commit c2f7729

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)