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

Method Add

Source/cmSourceGroup.cxx:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void cmSourceGroupFiles::Add(cmSourceGroup const* sg, cmSourceFile const* sf)
190{
191 this->SourceFiles[sg].push_back(sf);
192}
193
194std::vector<cmSourceFile const*> const& cmSourceGroupFiles::GetSourceFiles(
195 cmSourceGroup const* sg) const

Callers 13

InitializeComponentFunction · 0.45
CreateLinksForTargetsMethod · 0.45
GenerateBuildCommandMethod · 0.45
GenerateBuildCommandMethod · 0.45
GenerateBuildCommandMethod · 0.45
WriteVCProjFileMethod · 0.45
GenerateBuildCommandMethod · 0.45
CreateTarMethod · 0.45
WriteLinkStatementMethod · 0.45
GenerateBuildCommandMethod · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected