jalcine / cmake.vim

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

Enable Out-Of-Source Build Support #53

Closed jalcine closed 9 years ago

jalcine commented 9 years ago

CMake allows for out-of-source builds. This would require a bit of changing of the logic found here so thart one can easily find the CMake generated build files.


Based on #52.

jalcine commented 9 years ago

Doing a bit more reading, I noticed that the option g:cmake_root_binary_dir serves as an internal means of defining the binary directory for projects. Going to add something that allows for the same with source directories.