Lookup edit_cache target command preferred by this generator.
| 522 | |
| 523 | // Lookup edit_cache target command preferred by this generator. |
| 524 | virtual std::string GetEditCacheCommand() const { return ""; } |
| 525 | |
| 526 | // Default config to use for cmake --build |
| 527 | virtual std::string GetDefaultBuildConfig() const { return "Debug"; } |
no outgoing calls
no test coverage detected