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

Method WriteCustomCommandBuildStatements

Source/cmLocalNinjaGenerator.cxx:878–887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876}
877
878void cmLocalNinjaGenerator::WriteCustomCommandBuildStatements(
879 std::string const& fileConfig)
880{
881 for (cmCustomCommand const* customCommand : this->CustomCommands) {
882 auto i = this->CustomCommandTargets.find(customCommand);
883 assert(i != this->CustomCommandTargets.end());
884
885 this->WriteCustomCommandBuildStatement(i->first, i->second, fileConfig);
886 }
887}
888
889std::string cmLocalNinjaGenerator::MakeCustomLauncher(
890 cmCustomCommandGenerator const& ccg)

Callers 1

GenerateMethod · 0.95

Calls 3

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected