| 533 | } |
| 534 | |
| 535 | std::string cmFindLibraryCommand::FindNormalLibrary() |
| 536 | { |
| 537 | if (this->NamesPerDir) { |
| 538 | return this->FindNormalLibraryNamesPerDir(); |
| 539 | } |
| 540 | return this->FindNormalLibraryDirsPerName(); |
| 541 | } |
| 542 | |
| 543 | std::string cmFindLibraryCommand::FindNormalLibraryNamesPerDir() |
| 544 | { |
no test coverage detected