| 32 | cmExportFileGenerator::cmExportFileGenerator() = default; |
| 33 | |
| 34 | void cmExportFileGenerator::AddConfiguration(std::string const& config) |
| 35 | { |
| 36 | this->Configurations.push_back(config); |
| 37 | } |
| 38 | |
| 39 | void cmExportFileGenerator::SetExportFile(char const* mainFile) |
| 40 | { |
no test coverage detected