cmake: Add --open option for IDE generators

This commit is contained in:
Gregor Jasny
2017-10-11 20:58:35 +02:00
parent d0b6c2da8b
commit 5de37a4a64
17 changed files with 253 additions and 1 deletions
@@ -55,6 +55,9 @@ public:
void SetName(const std::string& n) { Name = n; }
std::string GetName() const { return Name; }
virtual bool Open(const std::string& bindir, const std::string& projectName,
bool dryRun);
protected:
///! Contains the names of the global generators support by this generator.
std::vector<std::string> SupportedGlobalGenerators;