jalcine / cmake.vim

:hammer: CMake functionality within Vim.
https://jalcine.github.io/cmake.vim
MIT License
74 stars 11 forks source link

Add Multiple Build Project Support #60

Open jalcine opened 9 years ago

jalcine commented 9 years ago

CMake allows for a developer to designate their preferred build directory. This can allow for multiple build projects (and thus multiple bits of information about cmake). Adding support for fetching and switching between these build systems would require some heavy changes.