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

Function cmFindLibrary

Source/cmFindLibraryCommand.cxx:643–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643bool cmFindLibrary(std::vector<std::string> const& args,
644 cmExecutionStatus& status)
645{
646 return cmFindLibraryCommand(status).InitialPass(args);
647}

Callers

nothing calls this directly

Calls 2

InitialPassMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…