| 37 | } |
| 38 | |
| 39 | void cmExportFileGenerator::SetExportFile(char const* mainFile) |
| 40 | { |
| 41 | this->MainImportFile = mainFile; |
| 42 | this->FileDir = cmSystemTools::GetFilenamePath(this->MainImportFile); |
| 43 | this->FileBase = |
| 44 | cmSystemTools::GetFilenameWithoutLastExtension(this->MainImportFile); |
| 45 | this->FileExt = |
| 46 | cmSystemTools::GetFilenameLastExtension(this->MainImportFile); |
| 47 | } |
| 48 | |
| 49 | std::string const& cmExportFileGenerator::GetMainExportFileName() const |
| 50 | { |
no outgoing calls
no test coverage detected