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

Method GetNamelinkOnly

Source/cmInstallCommandArguments.cxx:162–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162bool cmInstallCommandArguments::GetNamelinkOnly() const
163{
164 if (this->NamelinkOnly) {
165 return true;
166 }
167 if (this->GenericArguments) {
168 return this->GenericArguments->GetNamelinkOnly();
169 }
170 return false;
171}
172
173bool cmInstallCommandArguments::GetNamelinkSkip() const
174{

Callers 1

HandleTargetsModeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected