A simple CMake addon for vim
Provides these commands:
- CMakeSetBuildDir
- Obvious
- CMakeSetSourceDir
- Obvious
- CMakeArgs
- Poorly named and implemented command that sets the args for the cmake invocation
- CMakeTargetArgs
- Poorly named and implemented command that sets the args for the currently selected command for use with CMakeRun
- CMakeCompileFile
- Broken?
- CMakeDebug
- Select a target to launch in the nvim-gdb debugger -- https://github.com/sakhnik/nvim-gdb
- CMakeRunCurrentTarget
- CMakeRunTarget
- CMakePickTarget
- CMakeBuild
- CMakeBuildTarget
- CMakeBuildNonArtifacts
- CMakeConfigureAndGenerate
- CMDBConfigureAndGenerate
- CMakeBreakpoints