added new commands
This commit is contained in:
parent
a91e3b5158
commit
e14d38d3c8
|
@ -30,7 +30,9 @@
|
||||||
#include "cmCabilInstantiateCommand.cxx"
|
#include "cmCabilInstantiateCommand.cxx"
|
||||||
#include "cmCabilInstantiateClassCommand.cxx"
|
#include "cmCabilInstantiateClassCommand.cxx"
|
||||||
#include "cmFindFileCommand.cxx"
|
#include "cmFindFileCommand.cxx"
|
||||||
|
#include "cmWrapExcludeFilesCommand.cxx"
|
||||||
#include "cmWrapTclCommand.cxx"
|
#include "cmWrapTclCommand.cxx"
|
||||||
|
#include "cmBuildSharedLibrariesCommand.cxx"
|
||||||
|
|
||||||
void GetPredefinedCommands(std::list<cmCommand*>& commands)
|
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 cmCabilInstantiateCommand);
|
||||||
commands.push_back(new cmCabilInstantiateClassCommand);
|
commands.push_back(new cmCabilInstantiateClassCommand);
|
||||||
commands.push_back(new cmFindFileCommand);
|
commands.push_back(new cmFindFileCommand);
|
||||||
|
commands.push_back(new cmWrapExcludeFilesCommand);
|
||||||
commands.push_back(new cmWrapTclCommand);
|
commands.push_back(new cmWrapTclCommand);
|
||||||
|
commands.push_back(new cmBuildSharedLibrariesCommand);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue