rpav / cmake-build.el

CMake building with multiple targets, run configurations, and interactive menu
GNU General Public License v3.0
14 stars 5 forks source link

target autocompletion. #12

Closed dlyr closed 4 years ago

dlyr commented 4 years ago

Use "cmake --build . --target help" to get a list of available target and add autocompletion to cmake-build-other-target

It depends on the output of the cmake command, it works on my computer, but I don't know if this format is standardized or prone to changes.

rpav commented 4 years ago

Cool, merged.

dlyr commented 4 years ago

Close #1