Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ SetHaveInstallRule
Method
SetHaveInstallRule
Source/cmTarget.cxx:1534–1537 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1532
}
1533
1534
void cmTarget::SetHaveInstallRule(bool hir)
1535
{
1536
this->impl->HaveInstallRule = hir;
1537
}
1538
1539
void cmTarget::AddInstallGenerator(cmInstallTargetGenerator* g)
1540
{
Callers
3
CreateInstallTargetGenerator
Function · 0.80
HandleTargetsMode
Function · 0.80
cmInstallTargetsCommand
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected