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

Method GetDataRootDestination

Source/cmInstallCommand.cxx:2708–2712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2706}
2707
2708std::string Helper::GetDataRootDestination(
2709 cmInstallCommandArguments const* args) const
2710{
2711 return this->GetDestination(args, "CMAKE_INSTALL_DATAROOTDIR", "share");
2712}
2713
2714std::string Helper::GetDataDestination(
2715 cmInstallCommandArguments const* args) const

Callers 5

GetDataDestinationMethod · 0.95
GetInfoDestinationMethod · 0.95
GetLocaleDestinationMethod · 0.95
GetManDestinationMethod · 0.95
GetDocDestinationMethod · 0.95

Calls 1

GetDestinationMethod · 0.95

Tested by

no test coverage detected