| 2659 | } |
| 2660 | |
| 2661 | std::string Helper::GetLibraryDestination( |
| 2662 | cmInstallCommandArguments const* args) const |
| 2663 | { |
| 2664 | return this->GetDestination(args, "CMAKE_INSTALL_LIBDIR", "lib"); |
| 2665 | } |
| 2666 | |
| 2667 | std::string Helper::GetCxxModulesBmiDestination( |
| 2668 | cmInstallCommandArguments const* args) const |
no test coverage detected