diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-07-02 19:43:21 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-07-02 19:43:21 (GMT) |
commit | 2e56fa4808109552610cbcd360c473d2db895520 (patch) | |
tree | 538ac147ca821a4779e444e7c84985a43ac07f5f /Source/cmBootstrapCommands.cxx | |
parent | 7f29f8966d672a2f8ef50b2249f6d826d1702bdc (diff) | |
download | CMake-2e56fa4808109552610cbcd360c473d2db895520.zip CMake-2e56fa4808109552610cbcd360c473d2db895520.tar.gz CMake-2e56fa4808109552610cbcd360c473d2db895520.tar.bz2 |
ENH: add framework for unified handling of arguments to cmake commands,
example see cmExportCommand.cxx
Alex
Diffstat (limited to 'Source/cmBootstrapCommands.cxx')
-rw-r--r-- | Source/cmBootstrapCommands.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmBootstrapCommands.cxx b/Source/cmBootstrapCommands.cxx index bce5d45..4f3f8aa 100644 --- a/Source/cmBootstrapCommands.cxx +++ b/Source/cmBootstrapCommands.cxx @@ -29,6 +29,7 @@ #include "cmAddTestCommand.cxx" #include "cmBuildCommand.cxx" #include "cmCMakeMinimumRequired.cxx" +#include "cmCommandArgumentsHelper.cxx" #include "cmConfigureFileCommand.cxx" #include "cmCoreTryCompile.cxx" #include "cmCreateTestSourceList.cxx" |