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

Method GetExternalObjects

Source/cmGeneratorTarget.cxx:996–1000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994}
995
996void cmGeneratorTarget::GetExternalObjects(
997 std::vector<cmSourceFile const*>& data, std::string const& config) const
998{
999 IMPLEMENT_VISIT(SourceKindExternalObject);
1000}
1001
1002void cmGeneratorTarget::GetManifests(std::vector<cmSourceFile const*>& data,
1003 std::string const& config) const

Callers 11

WriteTargetBuildRulesMethod · 0.80
OutputObjectsMethod · 0.80
CollectTargetDependsMethod · 0.80
AppendExtraResourcesMethod · 0.80
AppendExternalObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected