diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-06-12 15:08:39 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-06-12 15:08:39 (GMT) |
commit | 0faf289dfa8f9cc23c0840397dc0e5f6db025e49 (patch) | |
tree | 156ff7c07fac9620a03c82b05d17b7f18d9863f2 /Source/cmCommands.cxx | |
parent | 9508ae2b19574a089be6fb5e1dd647464f834205 (diff) | |
download | CMake-0faf289dfa8f9cc23c0840397dc0e5f6db025e49.zip CMake-0faf289dfa8f9cc23c0840397dc0e5f6db025e49.tar.gz CMake-0faf289dfa8f9cc23c0840397dc0e5f6db025e49.tar.bz2 |
removed old added new
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r-- | Source/cmCommands.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index bdf753a..b71b1d9 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -27,7 +27,6 @@ #include "cmCableWrapTclCommand.cxx" #include "cmCableWrapCommand.cxx" #include "cmConfigureFileCommand.cxx" -#include "cmConfigureFileNoAutoconf.cxx" #include "cmElseCommand.cxx" #include "cmEnableTestingCommand.cxx" #include "cmEndIfCommand.cxx" @@ -43,6 +42,7 @@ #include "cmIncludeRegularExpressionCommand.cxx" #include "cmInstallFilesCommand.cxx" #include "cmInstallTargetsCommand.cxx" +#include "cmOutputRequiredFilesCommand.cxx" #include "cmLinkDirectoriesCommand.cxx" #include "cmLinkLibrariesCommand.cxx" #include "cmLoadCacheCommand.cxx" @@ -86,7 +86,6 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands) commands.push_back(new cmCableWrapTclCommand); commands.push_back(new cmCableWrapCommand); commands.push_back(new cmConfigureFileCommand); - commands.push_back(new cmConfigureFileNoAutoconf); commands.push_back(new cmElseCommand); commands.push_back(new cmEnableTestingCommand); commands.push_back(new cmEndIfCommand); @@ -102,6 +101,7 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands) commands.push_back(new cmIncludeRegularExpressionCommand); commands.push_back(new cmInstallFilesCommand); commands.push_back(new cmInstallTargetsCommand); + commands.push_back(new cmOutputRequiredFilesCommand); commands.push_back(new cmLinkDirectoriesCommand); commands.push_back(new cmLinkLibrariesCommand); commands.push_back(new cmLoadCacheCommand); |