MCPcopy Create free account
hub / github.com/Kitware/CMake / FindNormalLibrary

Method FindNormalLibrary

Source/cmFindLibraryCommand.cxx:535–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

FindLibraryMethod · 0.95

Tested by

no test coverage detected