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

Method CMakeCmd

Source/cmGlobalNinjaGenerator.cxx:1951–1956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1949}
1950
1951std::string cmGlobalNinjaGenerator::CMakeCmd() const
1952{
1953 auto const& lgen = this->LocalGenerators.at(0);
1954 return lgen->ConvertToOutputFormat(cmSystemTools::GetCMakeCommand(),
1955 cmOutputConverter::SHELL);
1956}
1957
1958std::string cmGlobalNinjaGenerator::NinjaCmd() const
1959{

Callers 3

AddMacOSXContentRuleMethod · 0.95

Calls 2

atMethod · 0.45
ConvertToOutputFormatMethod · 0.45

Tested by

no test coverage detected