MCPcopy Create free account
hub / github.com/Kitware/CMake / GetSbinDestination

Method GetSbinDestination

Source/cmInstallCommand.cxx:2649–2653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2647}
2648
2649std::string Helper::GetSbinDestination(
2650 cmInstallCommandArguments const* args) const
2651{
2652 return this->GetDestination(args, "CMAKE_INSTALL_SBINDIR", "sbin");
2653}
2654
2655std::string Helper::GetArchiveDestination(
2656 cmInstallCommandArguments const* args) const

Callers 1

GetDestinationForTypeMethod · 0.95

Calls 1

GetDestinationMethod · 0.95

Tested by

no test coverage detected