summaryrefslogtreecommitdiffstats
path: root/Source/cmExportInstallFileGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-01-04 14:58:16 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-01-10 17:06:57 (GMT)
commit94aeaf72c714eb184ec61bf6e7bc573bd1bc15c9 (patch)
treedf7ad119feffac7116614b89fa2a2dd51578e70a /Source/cmExportInstallFileGenerator.cxx
parenta3aedb8152ad6fcdb42fd04e45307eea6ce0043e (diff)
downloadCMake-94aeaf72c714eb184ec61bf6e7bc573bd1bc15c9.zip
CMake-94aeaf72c714eb184ec61bf6e7bc573bd1bc15c9.tar.gz
CMake-94aeaf72c714eb184ec61bf6e7bc573bd1bc15c9.tar.bz2
Split LINK_INTERFACE_LIBRARIES export handling into dedicated method.
Diffstat (limited to 'Source/cmExportInstallFileGenerator.cxx')
-rw-r--r--Source/cmExportInstallFileGenerator.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmExportInstallFileGenerator.cxx b/Source/cmExportInstallFileGenerator.cxx
index bc953c9..68881a1 100644
--- a/Source/cmExportInstallFileGenerator.cxx
+++ b/Source/cmExportInstallFileGenerator.cxx
@@ -229,6 +229,10 @@ cmExportInstallFileGenerator
this->SetImportDetailProperties(config, suffix,
te->Target, properties, missingTargets);
+ this->SetImportLinkInterface(config, suffix,
+ cmGeneratorExpression::InstallInterface,
+ te->Target, properties, missingTargets);
+
// TOOD: PUBLIC_HEADER_LOCATION
// This should wait until the build feature propagation stuff
// is done. Then this can be a propagated include directory.