summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-05-03 19:28:06 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-05-03 19:28:06 (GMT)
commit79f95167bd6b370a0f776010e554ddb9f1e21bb3 (patch)
tree7679fffb562832d03a1797f77f991a0ecfbd90cb /Source/cmCommands.cxx
parent34a60cdcc92aff996f2521dfe2569acc0dda3c25 (diff)
downloadCMake-79f95167bd6b370a0f776010e554ddb9f1e21bb3.zip
CMake-79f95167bd6b370a0f776010e554ddb9f1e21bb3.tar.gz
CMake-79f95167bd6b370a0f776010e554ddb9f1e21bb3.tar.bz2
minor fixes
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 caa552c..c56c90d 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -34,6 +34,7 @@
#include "cmFindFileCommand.cxx"
#include "cmFindPathCommand.cxx"
#include "cmWrapExcludeFilesCommand.cxx"
+#include "cmVTKWrapJavaCommand.cxx"
#include "cmVTKWrapPythonCommand.cxx"
#include "cmVTKWrapTclCommand.cxx"
#include "cmBuildSharedLibrariesCommand.cxx"
@@ -78,6 +79,7 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmFindFileCommand);
commands.push_back(new cmFindPathCommand);
commands.push_back(new cmWrapExcludeFilesCommand);
+ commands.push_back(new cmVTKWrapJavaCommand);
commands.push_back(new cmVTKWrapPythonCommand);
commands.push_back(new cmVTKWrapTclCommand);
commands.push_back(new cmBuildSharedLibrariesCommand);