| 3555 | } |
| 3556 | |
| 3557 | void cmGlobalGenerator::AppendDirectoryForConfig(std::string const& /*unused*/, |
| 3558 | std::string const& /*unused*/, |
| 3559 | std::string const& /*unused*/, |
| 3560 | std::string& /*unused*/) |
| 3561 | { |
| 3562 | // Subclasses that support multiple configurations should implement |
| 3563 | // this method to append the subdirectory for the given build |
| 3564 | // configuration. |
| 3565 | } |
| 3566 | |
| 3567 | cmValue cmGlobalGenerator::GetDebuggerWorkingDirectory( |
| 3568 | cmGeneratorTarget* gt) const |
no outgoing calls
no test coverage detected