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
+7
View File
@@ -55,6 +55,13 @@ public:
*/
void EnableLanguage(std::vector<std::string> const& languages, cmMakefile*,
bool optional) override;
/**
* Open a generated IDE project given the following information.
*/
bool Open(const std::string& bindir, const std::string& projectName,
bool dryRun) override;
/**
* Try running cmake and building a file. This is used for dynalically
* loaded commands, not as part of the usual build process.