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

Method DumpPaths

Source/cmFileAPICMakeFiles.cxx:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65Json::Value CMakeFiles::DumpPaths()
66{
67 Json::Value paths = Json::objectValue;
68 paths["source"] = this->TopSource;
69 paths["build"] = this->TopBuild;
70 return paths;
71}
72
73Json::Value CMakeFiles::DumpInputs()
74{

Callers 1

DumpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected