jalcine / cmake.vim

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

Work With JSON Compilation Database #8

Closed jalcine closed 10 years ago

jalcine commented 10 years ago

CMake provides a means of exporting its commands to a lil' old JSON file. We need to tell the integrations to use this file to pull in all of the options necessary for a full-level integration.

jalcine commented 10 years ago

This could be used by cmake.vim to load specific flags and what not; but it's not on the roadmap just yet.