diff options
author | Brad King <brad.king@kitware.com> | 2008-01-28 18:37:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-01-28 18:37:59 (GMT) |
commit | 437043bb04da113bf822aa42d5cf3a3cc3366be1 (patch) | |
tree | 00fada48e399d1c2b27fdc3d296cec73923130d8 /Source/cmExportFileGenerator.h | |
parent | 6388ebceb12e8eca3ce0e30528f0edaa990c8f7a (diff) | |
download | CMake-437043bb04da113bf822aa42d5cf3a3cc3366be1.zip CMake-437043bb04da113bf822aa42d5cf3a3cc3366be1.tar.gz CMake-437043bb04da113bf822aa42d5cf3a3cc3366be1.tar.bz2 |
BUG: Fix export/import file generation to not store link dependencies of executables or modules.
Diffstat (limited to 'Source/cmExportFileGenerator.h')
-rw-r--r-- | Source/cmExportFileGenerator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmExportFileGenerator.h b/Source/cmExportFileGenerator.h index 8edf82e..27d998b 100644 --- a/Source/cmExportFileGenerator.h +++ b/Source/cmExportFileGenerator.h @@ -67,6 +67,9 @@ protected: void SetImportDetailProperties(const char* config, std::string const& suffix, cmTarget* target, ImportPropertyMap& properties); + void SetImportLinkProperties(const char* config, + std::string const& suffix, cmTarget* target, + ImportPropertyMap& properties); /** Each subclass knows how to generate its kind of export file. */ virtual bool GenerateMainFile(std::ostream& os) = 0; |