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

Method GetArchiveDestination

Source/cmInstallCommand.cxx:2655–2659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2653}
2654
2655std::string Helper::GetArchiveDestination(
2656 cmInstallCommandArguments const* args) const
2657{
2658 return this->GetDestination(args, "CMAKE_INSTALL_LIBDIR", "lib");
2659}
2660
2661std::string Helper::GetLibraryDestination(
2662 cmInstallCommandArguments const* args) const

Callers 1

HandleTargetsModeFunction · 0.80

Calls 1

GetDestinationMethod · 0.95

Tested by

no test coverage detected