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

Function CreateInstallFileSetGenerator

Source/cmInstallCommand.cxx:201–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201std::unique_ptr<cmInstallFileSetGenerator> CreateInstallFileSetGenerator(
202 Helper& helper, cmTarget& target, cmFileSetDestinations dests,
203 cmInstallCommandFileSetArguments const& args)
204{
205 cmInstallGenerator::MessageLevel message =
206 cmInstallGenerator::SelectMessageLevel(helper.Makefile);
207 return cm::make_unique<cmInstallFileSetGenerator>(
208 target.GetName(), args.GetFileSet(), std::move(dests),
209 args.GetPermissions(), args.GetConfigurations(), args.GetComponent(),
210 message, args.GetExcludeFromAll(), args.GetOptional(),
211 helper.Makefile->GetBacktrace());
212}
213
214void AddInstallRuntimeDependenciesGenerator(
215 Helper& helper, cmInstallRuntimeDependencySet* runtimeDependencySet,

Callers 1

HandleTargetsModeFunction · 0.85

Calls 8

moveFunction · 0.85
GetPermissionsMethod · 0.80
GetNameMethod · 0.45
GetFileSetMethod · 0.45
GetComponentMethod · 0.45
GetExcludeFromAllMethod · 0.45
GetOptionalMethod · 0.45
GetBacktraceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…