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

Class cmFindFileCommand

Source/cmFindFileCommand.h:22–26  ·  view source on GitHub ↗

\class cmFindFileCommand * \brief Define a command to search for an executable program. * * cmFindFileCommand is used to define a CMake variable * that specifies an executable program. The command searches * in the current path (e.g., PATH environment variable) for * an executable that matches one of the supplied names. */

Source from the content-addressed store, hash-verified

20 * an executable that matches one of the supplied names.
21 */
22class cmFindFileCommand : public cmFindPathCommand
23{
24public:
25 cmFindFileCommand(cmExecutionStatus& status);
26};
27
28bool cmFindFile(std::vector<std::string> const& args,
29 cmExecutionStatus& status);

Callers 1

cmFindFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…