diff options
author | Justin Goshi <jgoshi@microsoft.com> | 2019-09-11 17:31:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-09-18 13:58:41 (GMT) |
commit | 0c6468178a76b6a2a11791b010ab01c97855affa (patch) | |
tree | 99e5d50d94429960ea2f1ede3f91db717d47950f /Source/cmComputeLinkInformation.h | |
parent | a209b31d0d088de40ba5bebdc6c9650f0583b2a6 (diff) | |
download | CMake-0c6468178a76b6a2a11791b010ab01c97855affa.zip CMake-0c6468178a76b6a2a11791b010ab01c97855affa.tar.gz CMake-0c6468178a76b6a2a11791b010ab01c97855affa.tar.bz2 |
cmComputeLinkInformation: Add GetDirectoriesWithBacktraces
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r-- | Source/cmComputeLinkInformation.h | 1 |
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; } |