summaryrefslogtreecommitdiffstats
path: root/Source/cmExportBuildFileGenerator.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/cmExportBuildFileGenerator.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/cmExportBuildFileGenerator.cxx')
-rw-r--r--Source/cmExportBuildFileGenerator.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmExportBuildFileGenerator.cxx b/Source/cmExportBuildFileGenerator.cxx
index 9533319..29f6743 100644
--- a/Source/cmExportBuildFileGenerator.cxx
+++ b/Source/cmExportBuildFileGenerator.cxx
@@ -107,6 +107,10 @@ cmExportBuildFileGenerator
std::vector<std::string> missingTargets;
this->SetImportDetailProperties(config, suffix,
target, properties, missingTargets);
+ this->SetImportLinkInterface(config, suffix,
+ cmGeneratorExpression::BuildInterface,
+ target, properties, missingTargets);
+
// TOOD: PUBLIC_HEADER_LOCATION
// This should wait until the build feature propagation stuff