mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
ENH: add framework for unified handling of arguments to cmake commands,
example see cmExportCommand.cxx Alex
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include "cmObject.h"
|
||||
#include "cmListFileCache.h"
|
||||
#include "cmMakefile.h"
|
||||
#include "cmCommandArgumentsHelper.h"
|
||||
|
||||
/** \class cmCommand
|
||||
* \brief Superclass for all commands in CMake.
|
||||
@@ -174,6 +175,7 @@ public:
|
||||
|
||||
protected:
|
||||
cmMakefile* Makefile;
|
||||
cmCommandArgumentsHelper Helper;
|
||||
|
||||
private:
|
||||
bool Enabled;
|
||||
|
||||
Reference in New Issue
Block a user