| 2653 | } |
| 2654 | |
| 2655 | std::string Helper::GetArchiveDestination( |
| 2656 | cmInstallCommandArguments const* args) const |
| 2657 | { |
| 2658 | return this->GetDestination(args, "CMAKE_INSTALL_LIBDIR", "lib"); |
| 2659 | } |
| 2660 | |
| 2661 | std::string Helper::GetLibraryDestination( |
| 2662 | cmInstallCommandArguments const* args) const |
no test coverage detected