summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkInformation.h
diff options
context:
space:
mode:
authorJustin Goshi <jgoshi@microsoft.com>2019-09-11 17:31:05 (GMT)
committerBrad King <brad.king@kitware.com>2019-09-18 13:58:41 (GMT)
commit0c6468178a76b6a2a11791b010ab01c97855affa (patch)
tree99e5d50d94429960ea2f1ede3f91db717d47950f /Source/cmComputeLinkInformation.h
parenta209b31d0d088de40ba5bebdc6c9650f0583b2a6 (diff)
downloadCMake-0c6468178a76b6a2a11791b010ab01c97855affa.zip
CMake-0c6468178a76b6a2a11791b010ab01c97855affa.tar.gz
CMake-0c6468178a76b6a2a11791b010ab01c97855affa.tar.bz2
cmComputeLinkInformation: Add GetDirectoriesWithBacktraces
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r--Source/cmComputeLinkInformation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h
index ee36a71..71af43f 100644
--- a/Source/cmComputeLinkInformation.h
+++ b/Source/cmComputeLinkInformation.h
@@ -48,6 +48,7 @@ public:
void AppendValues(std::string& result, std::vector<BT<std::string>>& values);
ItemVector const& GetItems() const;
std::vector<std::string> const& GetDirectories() const;
+ std::vector<BT<std::string>> GetDirectoriesWithBacktraces();
std::vector<std::string> const& GetDepends() const;
std::vector<std::string> const& GetFrameworkPaths() const;
std::string GetLinkLanguage() const { return this->LinkLanguage; }