Get the CMake instance
| 299 | |
| 300 | //! Get the CMake instance |
| 301 | cmake* GetCMakeInstance() const { return this->CMakeInstance; } |
| 302 | |
| 303 | void SetConfiguredFilesPath(cmGlobalGenerator* gen); |
| 304 | std::vector<std::unique_ptr<cmMakefile>> const& GetMakefiles() const |
no outgoing calls
no test coverage detected