We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f5feba + 5c0013e commit c2f7729Copy full SHA for c2f7729
utils/CMakeLists.txt
@@ -1,5 +1,6 @@
1
add_subdirectory(vim)
2
add_subdirectory(lldb)
3
+add_subdirectory(api_checker)
4
5
swift_install_in_component(editor-integration
6
FILES swift-mode.el
utils/api_checker/CMakeLists.txt
@@ -0,0 +1,6 @@
+swift_install_in_component(tools
+ FILES "swift-api-checker.py"
+ DESTINATION "bin")
+ DIRECTORY "sdk-module-lists"
0 commit comments