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/cmExportFileGenerator.h | |
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/cmExportFileGenerator.h')
-rw-r--r-- | Source/cmExportFileGenerator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmExportFileGenerator.h b/Source/cmExportFileGenerator.h index 866806b..4d97a63 100644 --- a/Source/cmExportFileGenerator.h +++ b/Source/cmExportFileGenerator.h @@ -102,6 +102,10 @@ protected: void GenerateInterfaceProperties(cmTarget *target, std::ostream& os, const ImportPropertyMap &properties); + void SetImportLinkInterface(const char* config, std::string const& suffix, + cmGeneratorExpression::PreprocessContext preprocessRule, + cmTarget* target, ImportPropertyMap& properties, + std::vector<std::string>& missingTargets); enum FreeTargetsReplace { ReplaceFreeTargets, |