summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallTargetGenerator.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-30 20:59:54 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-30 20:59:54 (GMT)
commit7ded253013b60f7c36b65e0346c658b88f6cffd3 (patch)
treed650b5e0cc64a66ad872430d9550cd5e267d51c5 /Source/cmInstallTargetGenerator.cxx
parentb2240ef6afae619545758ec4184c19c8fd0a2ae9 (diff)
downloadCMake-7ded253013b60f7c36b65e0346c658b88f6cffd3.zip
CMake-7ded253013b60f7c36b65e0346c658b88f6cffd3.tar.gz
CMake-7ded253013b60f7c36b65e0346c658b88f6cffd3.tar.bz2
ENH: Add support for displaying the list of components
Diffstat (limited to 'Source/cmInstallTargetGenerator.cxx')
-rw-r--r--Source/cmInstallTargetGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallTargetGenerator.cxx b/Source/cmInstallTargetGenerator.cxx
index 61536c8..19a0fd2 100644
--- a/Source/cmInstallTargetGenerator.cxx
+++ b/Source/cmInstallTargetGenerator.cxx
@@ -33,6 +33,7 @@ cmInstallTargetGenerator
Component(component), Optional(optional)
{
this->Target->SetHaveInstallRule(true);
+ this->Target->GetMakefile()->GetCMakeInstance()->AddInstallComponent(component);
}
//----------------------------------------------------------------------------