mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
ENH: Added AddTest command
This commit is contained in:
parent
84dc25e9f5
commit
22270abae5
@ -8,6 +8,7 @@
|
|||||||
#include "cmAddDefinitionsCommand.cxx"
|
#include "cmAddDefinitionsCommand.cxx"
|
||||||
#include "cmAddExecutableCommand.cxx"
|
#include "cmAddExecutableCommand.cxx"
|
||||||
#include "cmAddLibraryCommand.cxx"
|
#include "cmAddLibraryCommand.cxx"
|
||||||
|
#include "cmAddTestCommand.cxx"
|
||||||
#include "cmAuxSourceDirectoryCommand.cxx"
|
#include "cmAuxSourceDirectoryCommand.cxx"
|
||||||
#include "cmBuildCommand.cxx"
|
#include "cmBuildCommand.cxx"
|
||||||
#include "cmBuildNameCommand.cxx"
|
#include "cmBuildNameCommand.cxx"
|
||||||
@ -68,6 +69,7 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
|
|||||||
commands.push_back(new cmAddDefinitionsCommand);
|
commands.push_back(new cmAddDefinitionsCommand);
|
||||||
commands.push_back(new cmAddExecutableCommand);
|
commands.push_back(new cmAddExecutableCommand);
|
||||||
commands.push_back(new cmAddLibraryCommand);
|
commands.push_back(new cmAddLibraryCommand);
|
||||||
|
commands.push_back(new cmAddTestCommand);
|
||||||
commands.push_back(new cmAuxSourceDirectoryCommand);
|
commands.push_back(new cmAuxSourceDirectoryCommand);
|
||||||
commands.push_back(new cmBuildCommand);
|
commands.push_back(new cmBuildCommand);
|
||||||
commands.push_back(new cmBuildNameCommand);
|
commands.push_back(new cmBuildNameCommand);
|
||||||
|
Loading…
Reference in New Issue
Block a user