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

Method GenerateImportFile

Source/cmExportPackageInfoGenerator.cxx:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55bool cmExportPackageInfoGenerator::GenerateImportFile(std::ostream& os)
56{
57 return this->GenerateMainFile(os);
58}
59
60void cmExportPackageInfoGenerator::WritePackageInfo(
61 Json::Value const& packageInfo, std::ostream& os) const

Callers

nothing calls this directly

Calls 1

GenerateMainFileMethod · 0.45

Tested by

no test coverage detected