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

Method GetDocDestination

Source/cmInstallCommand.cxx:2743–2748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2741}
2742
2743std::string Helper::GetDocDestination(
2744 cmInstallCommandArguments const* args) const
2745{
2746 return this->GetDestination(args, "CMAKE_INSTALL_DOCDIR",
2747 this->GetDataRootDestination(nullptr) + "/doc");
2748}
2749
2750std::string Helper::GetProgramExecutablesDestination(
2751 cmInstallCommandArguments const* args) const

Callers 1

GetDestinationForTypeMethod · 0.95

Calls 2

GetDestinationMethod · 0.95

Tested by

no test coverage detected