MCPcopy 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
1514void cmTarget::SetInstallPath(std::string const& name)
1515{
1516 this->impl->InstallPath = name;
1517}
1518
1519std::string const& cmTarget::GetRuntimeInstallPath() const
1520{

Callers 1

cmInstallTargetsCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected