mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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
7 lines
99 B
CMake
7 lines
99 B
CMake
install(
|
|
DIRECTORY
|
|
ftdetect
|
|
syntax
|
|
DESTINATION share/vim/vim73
|
|
PATTERN ".*" EXCLUDE)
|