jalcine / cmake.vim

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

Abstract Out the Program Used for 'makeprg' ( Issue #26 Issue#30 ) #43

Closed jalcine closed 9 years ago

jalcine commented 9 years ago

Issues Referenced: #26, #30.

This would pull out the use of direct make commands and allow cmake.vim to intelligently determine which build toolchain like GNU make or ninja to use.

jalcine commented 9 years ago

This works well for GNU make on g26c52c8. Just need to get the command used for ninja builds and we'll be golden.