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 ad2c57e..871f37d 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -35,6 +35,7 @@ #include "cmFindLibraryCommand.cxx" #include "cmFindPathCommand.cxx" #include "cmFindProgramCommand.cxx" +#include "cmGetFilenameComponentCommand.cxx" #include "cmIfCommand.cxx" #include "cmIncludeCommand.cxx" #include "cmIncludeDirectoryCommand.cxx" @@ -91,6 +92,7 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands) commands.push_back(new cmFindLibraryCommand); commands.push_back(new cmFindPathCommand); commands.push_back(new cmFindProgramCommand); + commands.push_back(new cmGetFilenameComponentCommand); commands.push_back(new cmIfCommand); commands.push_back(new cmIncludeCommand); commands.push_back(new cmIncludeDirectoryCommand); |