summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-04-25 18:51:23 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-04-25 18:51:23 (GMT)
commit8a96b2ec49419174dde494051fa6eb5dc0499ffb (patch)
treed8d97a63dfe0a65649106a0b0eeb5b9e4338278f /Source/cmCommands.cxx
parent5e7790f3c8eeb1d4d92ac3a8b31945c0560b9903 (diff)
downloadCMake-8a96b2ec49419174dde494051fa6eb5dc0499ffb.zip
CMake-8a96b2ec49419174dde494051fa6eb5dc0499ffb.tar.gz
CMake-8a96b2ec49419174dde494051fa6eb5dc0499ffb.tar.bz2
ERR: Set source files properties is needed for Curl build
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index 11cef04..1219394 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -56,6 +56,7 @@
#include "cmOptionCommand.cxx"
#include "cmProjectCommand.cxx"
#include "cmSetCommand.cxx"
+#include "cmSetSourceFilesPropertiesCommand.cxx"
#include "cmSiteNameCommand.cxx"
#include "cmStringCommand.cxx"
#include "cmSubdirCommand.cxx"
@@ -86,7 +87,6 @@
#include "cmOutputRequiredFilesCommand.cxx"
#include "cmRemoveCommand.cxx"
#include "cmSeparateArgumentsCommand.cxx"
-#include "cmSetSourceFilesPropertiesCommand.cxx"
#include "cmSetTargetPropertiesCommand.cxx"
#include "cmSourceFilesCommand.cxx"
#include "cmSourceFilesRemoveCommand.cxx"
@@ -147,6 +147,7 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmOptionCommand);
commands.push_back(new cmProjectCommand);
commands.push_back(new cmSetCommand);
+ commands.push_back(new cmSetSourceFilesPropertiesCommand);
commands.push_back(new cmSiteNameCommand);
commands.push_back(new cmStringCommand);
commands.push_back(new cmSubdirCommand);
@@ -175,7 +176,6 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmOutputRequiredFilesCommand);
commands.push_back(new cmRemoveCommand);
commands.push_back(new cmSeparateArgumentsCommand);
- commands.push_back(new cmSetSourceFilesPropertiesCommand);
commands.push_back(new cmSetTargetPropertiesCommand);
commands.push_back(new cmSourceFilesCommand);
commands.push_back(new cmSourceFilesRemoveCommand);