/vim-cmake

Primary LanguageVim Script

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
  • CMakeRunCurrentTarget
  • CMakeRunTarget
  • CMakePickTarget
  • CMakeBuild
  • CMakeBuildTarget
  • CMakeBuildNonArtifacts
  • CMakeConfigureAndGenerate
  • CMDBConfigureAndGenerate
  • CMakeBreakpoints