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

Method GetHaveInstallRule

Source/cmTarget.cxx:1529–1532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1527}
1528
1529bool cmTarget::GetHaveInstallRule() const
1530{
1531 return this->impl->HaveInstallRule;
1532}
1533
1534void cmTarget::SetHaveInstallRule(bool hir)
1535{

Callers 3

IsChrpathUsedMethod · 0.80
DumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected