diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index 2d8c8909e..8752159cb 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -27,6 +27,7 @@ #include "cmFindPathCommand.cxx" #include "cmFindProgramCommand.cxx" #include "cmForEachCommand.cxx" +#include "cmFLTKWrapUICommand.cxx" #include "cmGetFilenameComponentCommand.cxx" #include "cmIfCommand.cxx" #include "cmIncludeCommand.cxx" @@ -90,6 +91,7 @@ void GetPredefinedCommands(std::list& commands) commands.push_back(new cmFindPathCommand); commands.push_back(new cmFindProgramCommand); commands.push_back(new cmForEachCommand); + commands.push_back(new cmFLTKWrapUICommand); commands.push_back(new cmGetFilenameComponentCommand); commands.push_back(new cmIfCommand); commands.push_back(new cmIncludeCommand);