go2sh / cmake-integration-vscode

CMake Server Interface for VSCode.
https://go2sh.github.io/cmake-integration-vscode/
Other
19 stars 11 forks source link

Is there a cmake install command? #34

Closed hriekehof closed 5 years ago

hriekehof commented 5 years ago

I just stumbled upon it. It would be nice to be able to run the install target of a project if there are install() steps defined in it from the extension. Is this already possible ? Would be a nice to have :)

go2sh commented 5 years ago

I added it in general. There is currently no way to know, if an install step is there or not. If not, cmake just tells you no target and stops. That should be okay for now.