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

Method GetManifests

Source/cmGeneratorTarget.cxx:1002–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1000}
1001
1002void cmGeneratorTarget::GetManifests(std::vector<cmSourceFile const*>& data,
1003 std::string const& config) const
1004{
1005 IMPLEMENT_VISIT(SourceKindManifest);
1006}
1007
1008std::set<cmLinkItem> const& cmGeneratorTarget::GetUtilityItems() const
1009{

Callers 10

WriteExecutableRuleMethod · 0.45
AppendLinkDependsMethod · 0.45
ComputeLinkDepsMethod · 0.45
WriteConfigurationMethod · 0.45
WriteLibraryRulesMethod · 0.45
WriteLinkStatementMethod · 0.45
WriteManifestOptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected