summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmCommands.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index b693495..d60a929 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -30,7 +30,9 @@
#include "cmCabilInstantiateCommand.cxx"
#include "cmCabilInstantiateClassCommand.cxx"
#include "cmFindFileCommand.cxx"
+#include "cmWrapExcludeFilesCommand.cxx"
#include "cmWrapTclCommand.cxx"
+#include "cmBuildSharedLibrariesCommand.cxx"
void GetPredefinedCommands(std::list<cmCommand*>& commands)
{
@@ -59,7 +61,9 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmCabilInstantiateCommand);
commands.push_back(new cmCabilInstantiateClassCommand);
commands.push_back(new cmFindFileCommand);
+ commands.push_back(new cmWrapExcludeFilesCommand);
commands.push_back(new cmWrapTclCommand);
+ commands.push_back(new cmBuildSharedLibrariesCommand);
}