MCPcopy Index your code
hub / github.com/Kitware/CMake / GetLibraryDestination

Method GetLibraryDestination

Source/cmInstallCommand.cxx:2661–2665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2659}
2660
2661std::string Helper::GetLibraryDestination(
2662 cmInstallCommandArguments const* args) const
2663{
2664 return this->GetDestination(args, "CMAKE_INSTALL_LIBDIR", "lib");
2665}
2666
2667std::string Helper::GetCxxModulesBmiDestination(
2668 cmInstallCommandArguments const* args) const

Callers 7

GetDestinationForTypeMethod · 0.95
HandleTargetsModeFunction · 0.80
HandleMappedPackageInfoFunction · 0.80
HandlePackageInfoModeFunction · 0.80
HandleSbomModeFunction · 0.80

Calls 1

GetDestinationMethod · 0.95

Tested by

no test coverage detected