summaryrefslogtreecommitdiffstats
path: root/Source/cmBootstrapCommands.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-07 18:31:56 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-07 18:31:56 (GMT)
commitea26cc537eeed1f7ca5c10491be687b970920a28 (patch)
tree202016649c0278c605e4d6e1ab93383ba51e4c3a /Source/cmBootstrapCommands.cxx
parentb956fc24069c668978be67a6a4855c76806bf218 (diff)
downloadCMake-ea26cc537eeed1f7ca5c10491be687b970920a28.zip
CMake-ea26cc537eeed1f7ca5c10491be687b970920a28.tar.gz
CMake-ea26cc537eeed1f7ca5c10491be687b970920a28.tar.bz2
BUG: fix Bootstrap test
Alex
Diffstat (limited to 'Source/cmBootstrapCommands.cxx')
-rw-r--r--Source/cmBootstrapCommands.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmBootstrapCommands.cxx b/Source/cmBootstrapCommands.cxx
index f129eb0..a03fa3a 100644
--- a/Source/cmBootstrapCommands.cxx
+++ b/Source/cmBootstrapCommands.cxx
@@ -48,6 +48,7 @@
#include "cmGetCMakePropertyCommand.cxx"
#include "cmGetFilenameComponentCommand.cxx"
#include "cmGetSourceFilePropertyCommand.cxx"
+#include "cmGetTargetPropertyCommand.cxx"
#include "cmHexFileConverter.cxx"
#include "cmIfCommand.cxx"
#include "cmIncludeCommand.cxx"
@@ -100,6 +101,7 @@ void GetBootstrapCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmGetCMakePropertyCommand);
commands.push_back(new cmGetFilenameComponentCommand);
commands.push_back(new cmGetSourceFilePropertyCommand);
+ commands.push_back(new cmGetTargetPropertyCommand);
commands.push_back(new cmIfCommand);
commands.push_back(new cmIncludeCommand);
commands.push_back(new cmIncludeDirectoryCommand);