| 496 | } |
| 497 | |
| 498 | std::string cmCustomCommandGenerator::GetWorkingDirectory() const |
| 499 | { |
| 500 | return this->WorkingDirectory; |
| 501 | } |
| 502 | |
| 503 | std::vector<std::string> const& cmCustomCommandGenerator::GetOutputs() const |
| 504 | { |
no outgoing calls
no test coverage detected