summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-08-26 14:52:04 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-08-26 14:52:04 (GMT)
commitd99454cba4dc5d2d1e51dc2cc5889cb32e468b6a (patch)
tree0069582d55c42b45aa009f0252ffdae339067561 /Source/cmCommands.cxx
parentc728b6c96339d4aeee46275db3a60d7220c4a9ee (diff)
downloadCMake-d99454cba4dc5d2d1e51dc2cc5889cb32e468b6a.zip
CMake-d99454cba4dc5d2d1e51dc2cc5889cb32e468b6a.tar.gz
CMake-d99454cba4dc5d2d1e51dc2cc5889cb32e468b6a.tar.bz2
now uses stubs
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index 301ed62..28a83e3 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -87,6 +87,8 @@
#include "cmQTWrapUICommand.cxx"
#include "cmWrapExcludeFilesCommand.cxx"
+#include "cmLoadCommandCommand.cxx"
+
void GetPredefinedCommands(std::list<cmCommand*>& commands)
{
commands.push_back(new cmAbstractFilesCommand);
@@ -128,6 +130,7 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmLinkDirectoriesCommand);
commands.push_back(new cmLinkLibrariesCommand);
commands.push_back(new cmLoadCacheCommand);
+ commands.push_back(new cmLoadCommandCommand);
commands.push_back(new cmMacroCommand);
commands.push_back(new cmMakeDirectoryCommand);
commands.push_back(new cmMarkAsAdvancedCommand);