Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void cmProcess::SetCommandArguments(std::vector<std::string> const& args)
44
{
45
this->Arguments = args;
46
}
47
48
void cmProcess::SetWorkingDirectory(std::string const& dir)
49
{
Callers
1
ForkProcess
Method · 0.80
Calls
no outgoing calls
Tested by
1
ForkProcess
Method · 0.64