Files
swift-mirror/utils/vim/CMakeLists.txt
Joe Groff 1187498828 Xcode plugin: Make installable by CMake.
Make a copy of Swift.xcspec that can be @VARIABLE@-substituted by cmake's configure_file mechanism, and add CMake rules to install the Xcode, vim, and emacs utils.

Swift SVN r4271
2013-03-02 22:06:05 +00:00

7 lines
99 B
CMake

install(
DIRECTORY
ftdetect
syntax
DESTINATION share/vim/vim73
PATTERN ".*" EXCLUDE)