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 204de61..fb3c6e2 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -88,6 +88,7 @@ #include "cmQTWrapCPPCommand.cxx" #include "cmQTWrapUICommand.cxx" #include "cmWrapExcludeFilesCommand.cxx" +#include "cmWriteFileCommand.cxx" // on regular builds add in the load command command // we do not add it in on the bootstrap because it @@ -171,4 +172,5 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands) commands.push_back(new cmQTWrapCPPCommand); commands.push_back(new cmQTWrapUICommand); commands.push_back(new cmWrapExcludeFilesCommand); + commands.push_back(new cmWriteFileCommand); } |