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

Method GetFiles

Source/cmInstallFilesGenerator.cxx:67–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67std::vector<std::string> cmInstallFilesGenerator::GetFiles(
68 std::string const& config) const
69{
70 if (this->ActionsPerConfig) {
71 cmList files;
72 for (std::string const& f : this->Files) {
73 files.append(
74 cmGeneratorExpression::Evaluate(f, this->LocalGenerator, config));
75 }
76 return std::move(files.data());
77 }
78 return this->Files;
79}
80
81void cmInstallFilesGenerator::AddFilesInstallRule(
82 std::ostream& os, std::string const& config, Indent indent,

Callers 15

LLVMFuzzerTestOneInputFunction · 0.45
GlobHelpMethod · 0.45
CleanCMakeFilesMethod · 0.45
FindAuxToolsetMethod · 0.45
SetGeneratorToolsetMethod · 0.45
FindAppendicesMethod · 0.45
ImportPackageTargetsMethod · 0.45
FindHeaderInFrameworkMethod · 0.45
GetOSReleaseVariablesFunction · 0.45

Calls 3

moveFunction · 0.85
appendMethod · 0.80
dataMethod · 0.45

Tested by 11

TestOutputFileNamesMethod · 0.36
CleanCoverageLogFilesMethod · 0.36
HandleJacocoCoverageMethod · 0.36
HandleDelphiCoverageMethod · 0.36
HandleLCovCoverageMethod · 0.36
FindGCovFilesMethod · 0.36
FindLCovFilesMethod · 0.36
HandleTracePyCoverageMethod · 0.36
FindUncoveredFilesMethod · 0.36