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