MCPcopy Create free account
hub / github.com/Kitware/CMake / GetEditCacheCommand

Method GetEditCacheCommand

Source/cmGlobalGenerator.h:524–524  ·  view source on GitHub ↗

Lookup edit_cache target command preferred by this generator.

Source from the content-addressed store, hash-verified

522
523 // Lookup edit_cache target command preferred by this generator.
524 virtual std::string GetEditCacheCommand() const { return ""; }
525
526 // Default config to use for cmake --build
527 virtual std::string GetDefaultBuildConfig() const { return "Debug"; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected