diff options
author | Justin Goshi <jgoshi@microsoft.com> | 2019-09-11 18:15:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-09-18 18:00:39 (GMT) |
commit | 5bd65dff7a8198279b1e592b7e48b91119dfc794 (patch) | |
tree | c72d0ee2f47d2e069304b4c2112cfdac85be1c25 /Source/cmLocalGenerator.h | |
parent | 5d39e792ae769025866ab42d58d3363719eec5c1 (diff) | |
download | CMake-5bd65dff7a8198279b1e592b7e48b91119dfc794.zip CMake-5bd65dff7a8198279b1e592b7e48b91119dfc794.tar.gz CMake-5bd65dff7a8198279b1e592b7e48b91119dfc794.tar.bz2 |
cmLocalGenerator: Add OutputLinkLibraries overload with backtraces
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 34f58bd..f04f391 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -430,6 +430,11 @@ protected: cmLinkLineComputer* linkLineComputer, std::string& linkLibraries, std::string& frameworkPath, std::string& linkPath); + void OutputLinkLibraries(cmComputeLinkInformation* pcli, + cmLinkLineComputer* linkLineComputer, + std::vector<BT<std::string>>& linkLibraries, + std::string& frameworkPath, + std::vector<BT<std::string>>& linkPath); // Handle old-style install rules stored in the targets. void GenerateTargetInstallRules( |