summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2002-05-08 17:11:53 (GMT)
committerBrad King <brad.king@kitware.com>2002-05-08 17:11:53 (GMT)
commita83e8170e9dd0a8862c80687cc9c780564670208 (patch)
tree1d03303252b270a214df839736b7bea716734c55 /Source/cmCommands.cxx
parent347b0af9cc43133f2151a1d485394740d3a1b54a (diff)
downloadCMake-a83e8170e9dd0a8862c80687cc9c780564670208.zip
CMake-a83e8170e9dd0a8862c80687cc9c780564670208.tar.gz
CMake-a83e8170e9dd0a8862c80687cc9c780564670208.tar.bz2
ENH: Added ITK Tcl wrapping command.
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index 4380e8f..ab48ccf 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -46,6 +46,7 @@
#include "cmFLTKWrapUICommand.cxx"
#include "cmGetFilenameComponentCommand.cxx"
#include "cmGetSourceFilePropertyCommand.cxx"
+#include "cmITKWrapTclCommand.cxx"
#include "cmIfCommand.cxx"
#include "cmIncludeCommand.cxx"
#include "cmIncludeDirectoryCommand.cxx"
@@ -114,6 +115,7 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmFLTKWrapUICommand);
commands.push_back(new cmGetFilenameComponentCommand);
commands.push_back(new cmGetSourceFilePropertyCommand);
+ commands.push_back(new cmITKWrapTclCommand);
commands.push_back(new cmIfCommand);
commands.push_back(new cmIncludeCommand);
commands.push_back(new cmIncludeDirectoryCommand);