diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-01-04 15:58:16 +0100 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-01-10 18:06:57 +0100 |
commit | 94aeaf72c714eb184ec61bf6e7bc573bd1bc15c9 (patch) | |
tree | df7ad119feffac7116614b89fa2a2dd51578e70a /Source/cmExportFileGenerator.h | |
parent | a3aedb8152ad6fcdb42fd04e45307eea6ce0043e (diff) | |
download | cmake-94aeaf72c714eb184ec61bf6e7bc573bd1bc15c9.tar.gz |
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 866806b66e..4d97a63388 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, |