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