diff options
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r-- | Source/cmCommands.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index bebf2ca..6c2dc24 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -49,6 +49,7 @@ #include "cmSourceFilesRemoveCommand.cxx" #include "cmSourceGroupCommand.cxx" #include "cmSubdirCommand.cxx" +#include "cmSubdirDependsCommand.cxx" #include "cmTargetLinkLibrariesCommand.cxx" #include "cmUtilitySourceCommand.cxx" #include "cmVTKWrapJavaCommand.cxx" @@ -104,6 +105,7 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands) commands.push_back(new cmSourceFilesRemoveCommand); commands.push_back(new cmSourceGroupCommand); commands.push_back(new cmSubdirCommand); + commands.push_back(new cmSubdirDependsCommand); commands.push_back(new cmTargetLinkLibrariesCommand); commands.push_back(new cmUtilitySourceCommand); commands.push_back(new cmVTKWrapJavaCommand); |