summaryrefslogtreecommitdiffstats
path: root/Source/cmLinkLineComputer.h
diff options
context:
space:
mode:
authorJustin Goshi <jgoshi@microsoft.com>2019-09-13 17:59:53 (GMT)
committerBrad King <brad.king@kitware.com>2019-09-18 17:59:36 (GMT)
commitd4d0dd0f6a0f2287fd0fbdfad8c7210515af5eaa (patch)
treeb3c2af8770abb718ab81e591a8010e7049b89147 /Source/cmLinkLineComputer.h
parent0ac9dcb807d6e7b1f905bc9685f8ae217dfce38b (diff)
downloadCMake-d4d0dd0f6a0f2287fd0fbdfad8c7210515af5eaa.zip
CMake-d4d0dd0f6a0f2287fd0fbdfad8c7210515af5eaa.tar.gz
CMake-d4d0dd0f6a0f2287fd0fbdfad8c7210515af5eaa.tar.bz2
cmLinkLineComputer: Add ComputeLinkLibs overload with backtraces
Diffstat (limited to 'Source/cmLinkLineComputer.h')
-rw-r--r--Source/cmLinkLineComputer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLinkLineComputer.h b/Source/cmLinkLineComputer.h
index 5e0f795..a6e0ebf 100644
--- a/Source/cmLinkLineComputer.h
+++ b/Source/cmLinkLineComputer.h
@@ -53,6 +53,8 @@ public:
protected:
std::string ComputeLinkLibs(cmComputeLinkInformation& cli);
+ void ComputeLinkLibs(cmComputeLinkInformation& cli,
+ std::vector<BT<std::string>>& linkLibraries);
std::string ComputeRPath(cmComputeLinkInformation& cli);
std::string ConvertToOutputFormat(std::string const& input);