|
|
@ -19,7 +19,6 @@ |
|
|
|
#include "cmAddSubDirectoryCommand.cxx"
|
|
|
|
#include "cmAuxSourceDirectoryCommand.cxx"
|
|
|
|
#include "cmBuildNameCommand.cxx"
|
|
|
|
#include "cmCreateTestSourceList.cxx"
|
|
|
|
#include "cmDefinePropertyCommand.cxx"
|
|
|
|
#include "cmElseIfCommand.cxx"
|
|
|
|
#include "cmEnableLanguageCommand.cxx"
|
|
|
@ -72,7 +71,6 @@ void GetPredefinedCommands(std::list<cmCommand*>& |
|
|
|
commands.push_back(new cmAddSubDirectoryCommand); |
|
|
|
commands.push_back(new cmAuxSourceDirectoryCommand); |
|
|
|
commands.push_back(new cmBuildNameCommand); |
|
|
|
commands.push_back(new cmCreateTestSourceList); |
|
|
|
commands.push_back(new cmDefinePropertyCommand); |
|
|
|
commands.push_back(new cmElseIfCommand); |
|
|
|
commands.push_back(new cmEnableLanguageCommand); |
|
|
|