| 55 | } |
| 56 | |
| 57 | void cmExportBuildFileGenerator::SetExportSet(cmExportSet* exportSet) |
| 58 | { |
| 59 | this->ExportSet = exportSet; |
| 60 | } |
| 61 | |
| 62 | void cmExportBuildFileGenerator::SetImportLocationProperty( |
| 63 | std::string const& config, std::string const& suffix, |
no outgoing calls
no test coverage detected