Files
swift-mirror/utils/vim/CMakeLists.txt
Alex Langford 3d9a28925b [CMake] Modify swift_install_in_component to support cmake install components
CMake supports the notion of installation components. Right now we have some
custom code for supporting swift components. I think that for installation
purposes, it would be nice to use the CMake component system.

This should be a non-functional change. We should still only be generating
install rules for targets and files in components we want to install, and we
still use the install ninja target to install everything.
2019-04-19 14:06:11 -07:00

8 lines
272 B
CMake

swift_install_in_component(DIRECTORY
ftdetect
syntax
DESTINATION "share/vim/vim73"
COMPONENT editor-integration
PATTERN ".*" EXCLUDE)