diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-06-27 15:49:02 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-06-27 15:49:02 (GMT) |
commit | 7eb2940eed64a0d516d9a8b713688f1db868e366 (patch) | |
tree | 5ee7937a2c96d19abee971f2d743051ba82f8b05 /Source/cmCommands.cxx | |
parent | b5c6730f7095a5898510a4a3b287895f30ed9003 (diff) | |
download | CMake-7eb2940eed64a0d516d9a8b713688f1db868e366.zip CMake-7eb2940eed64a0d516d9a8b713688f1db868e366.tar.gz CMake-7eb2940eed64a0d516d9a8b713688f1db868e366.tar.bz2 |
alphabetized
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 24b0994..d884b1c 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -32,13 +32,13 @@ #include "cmIncludeRegularExpressionCommand.cxx" #include "cmInstallFilesCommand.cxx" #include "cmInstallTargetsCommand.cxx" -#include "cmOutputRequiredFilesCommand.cxx" #include "cmLinkDirectoriesCommand.cxx" #include "cmLinkLibrariesCommand.cxx" #include "cmLoadCacheCommand.cxx" #include "cmMakeDirectoryCommand.cxx" #include "cmMessageCommand.cxx" #include "cmOptionCommand.cxx" +#include "cmOutputRequiredFilesCommand.cxx" #include "cmProjectCommand.cxx" #include "cmSetCommand.cxx" #include "cmSiteNameCommand.cxx" @@ -84,13 +84,13 @@ 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); commands.push_back(new cmMakeDirectoryCommand); commands.push_back(new cmMessageCommand); commands.push_back(new cmOptionCommand); + commands.push_back(new cmOutputRequiredFilesCommand); commands.push_back(new cmProjectCommand); commands.push_back(new cmSetCommand); commands.push_back(new cmSiteNameCommand); |