ENH: add framework for unified handling of arguments to cmake commands,

example see cmExportCommand.cxx

Alex
This commit is contained in:
Alexander Neundorf
2007-07-02 15:43:21 -04:00
parent 7f29f8966d
commit 2e56fa4808
6 changed files with 580 additions and 109 deletions
+2
View File
@@ -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;