Closed dlyr closed 4 years ago
Use "cmake --build . --target help" to get a list of available target and add autocompletion to cmake-build-other-target
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.
Cool, merged.
Close #1
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.