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

Method FindFrameworkLibrary

Source/cmFindLibraryCommand.cxx:579–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579std::string cmFindLibraryCommand::FindFrameworkLibrary()
580{
581 if (this->NamesPerDir) {
582 return this->FindFrameworkLibraryNamesPerDir();
583 }
584 return this->FindFrameworkLibraryDirsPerName();
585}
586
587std::string cmFindLibraryCommand::FindFrameworkLibraryNamesPerDir()
588{

Callers 1

FindLibraryMethod · 0.95

Tested by

no test coverage detected