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

Method AddInstallComponent

Source/cmGlobalGenerator.cxx:2517–2522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2515}
2516
2517void cmGlobalGenerator::AddInstallComponent(std::string const& component)
2518{
2519 if (!component.empty()) {
2520 this->InstallComponents.insert(component);
2521 }
2522}
2523
2524void cmGlobalGenerator::MarkAsGeneratedFile(std::string const& filepath)
2525{

Callers 13

cmInstallProgramsCommandFunction · 0.80
HandleScriptModeFunction · 0.80
HandleTargetsModeFunction · 0.80
HandleFilesModeFunction · 0.80
HandleDirectoryModeFunction · 0.80
HandleExportModeFunction · 0.80
HandlePackageInfoModeFunction · 0.80
HandleSbomModeFunction · 0.80
cmInstallFilesCommandFunction · 0.80

Calls 2

emptyMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected