mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
11 lines
218 B
CMake
11 lines
218 B
CMake
add_subdirectory(vim)
|
|
|
|
swift_install_in_component(editor-integration
|
|
FILES swift-mode.el
|
|
DESTINATION "share/emacs/site-lisp")
|
|
|
|
swift_install_in_component(tools
|
|
FILES swift-api-dump.py
|
|
DESTINATION bin)
|
|
|