| 37 | std::string GetDestination(std::string const& config) const; |
| 38 | std::string GetDestination() const { return this->Destination; } |
| 39 | bool GetOptional() const { return this->Optional; } |
| 40 | std::string GetFileSetName() const { return this->FileSetName; } |
| 41 | cmFileSet const* GetFileSet() const { return this->FileSet; }; |
| 42 | cmGeneratorTarget* GetTarget() const { return this->Target; } |
no outgoing calls
no test coverage detected