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

Method GetWorkingDirectory

Source/cmCustomCommandGenerator.cxx:498–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498std::string cmCustomCommandGenerator::GetWorkingDirectory() const
499{
500 return this->WorkingDirectory;
501}
502
503std::vector<std::string> const& cmCustomCommandGenerator::GetOutputs() const
504{

Callers 13

ConstructScriptMethod · 0.45
ConstructScriptMethod · 0.45
ResolveRelativePathMethod · 0.45
AppendCustomCommandMethod · 0.45
GetScriptWorkingDirMethod · 0.45
MakeCustomLauncherMethod · 0.45
GetTargetFortranFlagsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected