diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-01-04 14:58:16 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-01-10 17:06:57 (GMT) |
commit | 94aeaf72c714eb184ec61bf6e7bc573bd1bc15c9 (patch) | |
tree | df7ad119feffac7116614b89fa2a2dd51578e70a /Source/cmExportBuildFileGenerator.cxx | |
parent | a3aedb8152ad6fcdb42fd04e45307eea6ce0043e (diff) | |
download | CMake-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.cxx | 4 |
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 |