MCPcopy 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
1524void cmTarget::SetRuntimeInstallPath(std::string const& name)
1525{
1526 this->impl->RuntimeInstallPath = name;
1527}
1528
1529bool cmTarget::GetHaveInstallRule() const
1530{

Callers 1

cmInstallTargetsCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected