Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ SetRuntimeInstallPath
Method
SetRuntimeInstallPath
Source/cmTarget.cxx:1524–1527 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1522
}
1523
1524
void cmTarget::SetRuntimeInstallPath(std::string const& name)
1525
{
1526
this->impl->RuntimeInstallPath = name;
1527
}
1528
1529
bool cmTarget::GetHaveInstallRule() const
1530
{
Callers
1
cmInstallTargetsCommand
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected