| 2674 | } |
| 2675 | |
| 2676 | std::string Helper::GetIncludeDestination( |
| 2677 | cmInstallCommandArguments const* args) const |
| 2678 | { |
| 2679 | return this->GetDestination(args, "CMAKE_INSTALL_INCLUDEDIR", "include"); |
| 2680 | } |
| 2681 | |
| 2682 | std::string Helper::GetSysconfDestination( |
| 2683 | cmInstallCommandArguments const* args) const |
no test coverage detected