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

Method GetExcludeFromAll

Source/cmInstallCommandArguments.cxx:151–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151bool cmInstallCommandArguments::GetExcludeFromAll() const
152{
153 if (this->ExcludeFromAll) {
154 return true;
155 }
156 if (this->GenericArguments) {
157 return this->GenericArguments->GetExcludeFromAll();
158 }
159 return false;
160}
161
162bool cmInstallCommandArguments::GetNamelinkOnly() const
163{

Callers 12

HandleTargetsModeFunction · 0.45
HandleMappedPackageInfoFunction · 0.45
HandleExportModeFunction · 0.45
HandlePackageInfoModeFunction · 0.45
HandleSbomModeFunction · 0.45
DumpInstallerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected