mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
cmake: Add --open option for IDE generators
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user