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

Method GenerateImportConfig

Source/cmExportFileGenerator.cxx:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void cmExportFileGenerator::GenerateImportConfig(std::ostream& os,
92 std::string const& config)
93{
94 // Generate the per-config target information.
95 this->GenerateImportTargetsConfig(os, config, PropertyConfigSuffix(config));
96}
97
98bool cmExportFileGenerator::PopulateInterfaceProperties(
99 cmGeneratorTarget const* target, std::string const& includesDestinationDirs,

Callers 2

GenerateMainFileMethod · 0.45

Calls 1

Tested by

no test coverage detected