summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-19 13:49:14 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-19 13:49:14 (GMT)
commitd4f5545007c99259dcb7414d975a5446d5163933 (patch)
treed4a2da63e8ee80cd7787df86c2c8fe7869878d52 /Source/cmCommands.cxx
parent3eaf054d6a68ea7e915abddb61e82ff94b123fd6 (diff)
downloadCMake-d4f5545007c99259dcb7414d975a5446d5163933.zip
CMake-d4f5545007c99259dcb7414d975a5446d5163933.tar.gz
CMake-d4f5545007c99259dcb7414d975a5446d5163933.tar.bz2
updated to try compile
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index 7517bf0..204de61 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -77,6 +77,7 @@
#include "cmSubdirDependsCommand.cxx"
#include "cmTargetLinkLibrariesCommand.cxx"
#include "cmTryCompileCommand.cxx"
+#include "cmTryRunCommand.cxx"
#include "cmUseMangledMesaCommand.cxx"
#include "cmUtilitySourceCommand.cxx"
#include "cmVariableRequiresCommand.cxx"
@@ -159,6 +160,7 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmSubdirDependsCommand);
commands.push_back(new cmTargetLinkLibrariesCommand);
commands.push_back(new cmTryCompileCommand);
+ commands.push_back(new cmTryRunCommand);
commands.push_back(new cmUseMangledMesaCommand);
commands.push_back(new cmUtilitySourceCommand);
commands.push_back(new cmVariableRequiresCommand);