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

Method AddCustomCommandRule

Source/cmGlobalNinjaGenerator.cxx:327–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void cmGlobalNinjaGenerator::AddCustomCommandRule()
328{
329 cmNinjaRule rule("CUSTOM_COMMAND");
330 rule.Command = "$COMMAND";
331 rule.Description = "$DESC";
332 rule.Comment = "Rule for running custom commands.";
333 this->AddRule(rule);
334}
335
336void cmGlobalNinjaGenerator::CCOutputs::Add(
337 std::vector<std::string> const& paths)

Callers 1

Calls 1

AddRuleMethod · 0.95

Tested by

no test coverage detected