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

Method DumpSysroot

Source/cmFileAPICodemodel.cxx:2060–2065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2058}
2059
2060Json::Value Target::DumpSysroot(std::string const& path)
2061{
2062 Json::Value sysroot = Json::objectValue;
2063 sysroot["path"] = path;
2064 return sysroot;
2065}
2066
2067Json::Value Target::DumpInstall()
2068{

Callers 2

DumpCompileDataMethod · 0.95
DumpLinkMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected