summaryrefslogtreecommitdiff
path: root/Source/cmExternalMakefileProjectGenerator.h
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2017-10-11 20:58:35 +0200
committerGregor Jasny <gjasny@googlemail.com>2017-10-13 21:28:34 +0200
commit5de37a4a6474fa569e2ac28d5e9c164b6e7d2f46 (patch)
tree310730d01dd0a79a268c2ce6982ab49fe8b3e171 /Source/cmExternalMakefileProjectGenerator.h
parentd0b6c2da8b7fda317e11c66a4b133d4a88eaeef6 (diff)
downloadcmake-5de37a4a6474fa569e2ac28d5e9c164b6e7d2f46.tar.gz
cmake: Add --open option for IDE generators
Diffstat (limited to 'Source/cmExternalMakefileProjectGenerator.h')
-rw-r--r--Source/cmExternalMakefileProjectGenerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmExternalMakefileProjectGenerator.h b/Source/cmExternalMakefileProjectGenerator.h
index a1734eef2a..7f332a8bb6 100644
--- a/Source/cmExternalMakefileProjectGenerator.h
+++ b/Source/cmExternalMakefileProjectGenerator.h
@@ -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;