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

Method AddPostExcludeFiles

Source/cmInstallRuntimeDependencySet.cxx:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void cmInstallRuntimeDependencySet::TargetItem::AddPostExcludeFiles(
82 std::string const& config, std::set<std::string>& files,
83 cmInstallRuntimeDependencySet* set) const
84{
85 for (auto const* dep : GetTargetDependsClosure(set->TargetDepends,
86 this->Target->GetTarget())) {
87 files.insert(dep->GetFullPath(config));
88 }
89}
90
91std::string cmInstallRuntimeDependencySet::ImportedTargetItem::GetItemPath(
92 std::string const& config) const

Callers 1

Calls 3

GetTargetMethod · 0.45
insertMethod · 0.45
GetFullPathMethod · 0.45

Tested by

no test coverage detected