Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ SetInstallPath
Method
SetInstallPath
Source/cmTarget.cxx:1514–1517 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1512
}
1513
1514
void cmTarget::SetInstallPath(std::string const& name)
1515
{
1516
this->impl->InstallPath = name;
1517
}
1518
1519
std::string const& cmTarget::GetRuntimeInstallPath() const
1520
{
Callers
1
cmInstallTargetsCommand
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected