| 89 | } |
| 90 | |
| 91 | void 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 | |
| 98 | bool cmExportFileGenerator::PopulateInterfaceProperties( |
| 99 | cmGeneratorTarget const* target, std::string const& includesDestinationDirs, |
no test coverage detected