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

Method GetRuntimeDestination

Source/cmInstallCommand.cxx:2643–2647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2641}
2642
2643std::string Helper::GetRuntimeDestination(
2644 cmInstallCommandArguments const* args) const
2645{
2646 return this->GetDestination(args, "CMAKE_INSTALL_BINDIR", "bin");
2647}
2648
2649std::string Helper::GetSbinDestination(
2650 cmInstallCommandArguments const* args) const

Calls 1

GetDestinationMethod · 0.95

Tested by

no test coverage detected