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

Function WriteFilesArgument

Source/cmInstallGetRuntimeDependenciesGenerator.cxx:45–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void WriteFilesArgument(
46 std::ostream& os, cm::string_view keyword,
47 std::vector<std::unique_ptr<cmInstallRuntimeDependencySet::Item>> const&
48 items,
49 std::string const& config, cmScriptGeneratorIndent indent)
50{
51 WriteMultiArgument(
52 os, keyword, items, indent,
53 [config](std::unique_ptr<cmInstallRuntimeDependencySet::Item> const& i)
54 -> std::string { return cmStrCat('"', i->GetItemPath(config), '"'); });
55}
56
57void WriteGenexEvaluatorArgument(std::ostream& os, cm::string_view keyword,
58 std::vector<std::string> const& genexes,

Callers 1

Calls 3

WriteMultiArgumentFunction · 0.85
GetItemPathMethod · 0.80
cmStrCatFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…