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

Method SetCommandArguments

Source/CTest/cmProcess.cxx:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void cmProcess::SetCommandArguments(std::vector<std::string> const& args)
44{
45 this->Arguments = args;
46}
47
48void cmProcess::SetWorkingDirectory(std::string const& dir)
49{

Callers 1

ForkProcessMethod · 0.80

Calls

no outgoing calls

Tested by 1

ForkProcessMethod · 0.64