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

Method GetAllConfigSources

Source/cmGeneratorTarget_Sources.cxx:502–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502std::vector<cmGeneratorTarget::AllConfigSource>
503cmGeneratorTarget::GetAllConfigSources(SourceKind kind) const
504{
505 std::vector<AllConfigSource> result;
506 for (AllConfigSource const& source : this->GetAllConfigSources()) {
507 if (source.Kind == kind) {
508 result.push_back(source);
509 }
510 }
511 return result;
512}
513
514void cmGeneratorTarget::ComputeAllConfigCompileLanguages() const
515{

Callers 15

HaveFortranSourcesMethod · 0.95
CreateGroupsMethod · 0.80
InitScanFilesMethod · 0.80
WriteVCProjFileMethod · 0.80
WriteCustomCommandsMethod · 0.80
WriteGroupsMethod · 0.80
WriteAllSourcesMethod · 0.80
WriteAntBuildOptionsMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected