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

Function cmFindFile

Source/cmFindFileCommand.cxx:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16bool cmFindFile(std::vector<std::string> const& args,
17 cmExecutionStatus& status)
18{
19 return cmFindFileCommand(status).InitialPass(args);
20}

Callers

nothing calls this directly

Calls 2

cmFindFileCommandClass · 0.85
InitialPassMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…