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

Method GetCustomCommands

Source/cmGeneratorTarget.cxx:990–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988}
989
990void cmGeneratorTarget::GetCustomCommands(
991 std::vector<cmSourceFile const*>& data, std::string const& config) const
992{
993 IMPLEMENT_VISIT(SourceKindCustomCommand);
994}
995
996void cmGeneratorTarget::GetExternalObjects(
997 std::vector<cmSourceFile const*>& data, std::string const& config) const

Callers 6

WriteTargetBuildRulesMethod · 0.80
WriteCommonCodeRulesMethod · 0.80
GenerateCommandsMethod · 0.80
WriteFolderTargetsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected