fileapi: Report cmake generator in reply index file

This commit is contained in:
Brad King
2018-11-01 10:37:53 -04:00
parent 7ee0abbde1
commit b83fe27d8d
7 changed files with 55 additions and 1 deletions
+4
View File
@@ -28,6 +28,10 @@ public:
///! Create a local generator appropriate to this Global Generator
cmLocalGenerator* CreateLocalGenerator(cmMakefile* mf) override;
#if defined(CMAKE_BUILD_WITH_CMAKE)
Json::Value GetJson() const override;
#endif
bool SetSystemName(std::string const& s, cmMakefile* mf) override;
bool SetGeneratorPlatform(std::string const& p, cmMakefile* mf) override;