mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
new architecture
This commit is contained in:
@@ -84,9 +84,14 @@ public:
|
||||
virtual void AddError(const char* message, const char* title);
|
||||
|
||||
/**
|
||||
* Used to run cmake.
|
||||
* Used to do a configure.
|
||||
*/
|
||||
int RunCMake(bool generateMakefiles);
|
||||
int Configure();
|
||||
|
||||
/**
|
||||
* Used to generate
|
||||
*/
|
||||
int Generate();
|
||||
|
||||
/**
|
||||
* Used by main program
|
||||
|
||||
Reference in New Issue
Block a user