added new commands

This commit is contained in:
Ken Martin 2001-02-27 16:49:33 -05:00
parent a91e3b5158
commit e14d38d3c8
1 changed files with 4 additions and 0 deletions

View File

@ -30,7 +30,9 @@
#include "cmCabilInstantiateCommand.cxx"
#include "cmCabilInstantiateClassCommand.cxx"
#include "cmFindFileCommand.cxx"
#include "cmWrapExcludeFilesCommand.cxx"
#include "cmWrapTclCommand.cxx"
#include "cmBuildSharedLibrariesCommand.cxx"
void GetPredefinedCommands(std::list<cmCommand*>& commands)
{
@ -59,7 +61,9 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmCabilInstantiateCommand);
commands.push_back(new cmCabilInstantiateClassCommand);
commands.push_back(new cmFindFileCommand);
commands.push_back(new cmWrapExcludeFilesCommand);
commands.push_back(new cmWrapTclCommand);
commands.push_back(new cmBuildSharedLibrariesCommand);
}