| 2641 | } |
| 2642 | |
| 2643 | std::string Helper::GetRuntimeDestination( |
| 2644 | cmInstallCommandArguments const* args) const |
| 2645 | { |
| 2646 | return this->GetDestination(args, "CMAKE_INSTALL_BINDIR", "bin"); |
| 2647 | } |
| 2648 | |
| 2649 | std::string Helper::GetSbinDestination( |
| 2650 | cmInstallCommandArguments const* args) const |
no test coverage detected