mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmLinkLineComputer: Add ComputeLinkLibraries overload with backtraces
This commit is contained in:
@@ -45,8 +45,12 @@ public:
|
||||
std::string ComputeFrameworkPath(cmComputeLinkInformation& cli,
|
||||
std::string const& fwSearchFlag);
|
||||
|
||||
virtual std::string ComputeLinkLibraries(cmComputeLinkInformation& cli,
|
||||
std::string const& stdLibString);
|
||||
std::string ComputeLinkLibraries(cmComputeLinkInformation& cli,
|
||||
std::string const& stdLibString);
|
||||
|
||||
virtual void ComputeLinkLibraries(
|
||||
cmComputeLinkInformation& cli, std::string const& stdLibString,
|
||||
std::vector<BT<std::string>>& linkLibraries);
|
||||
|
||||
virtual std::string GetLinkerLanguage(cmGeneratorTarget* target,
|
||||
std::string const& config);
|
||||
|
||||
Reference in New Issue
Block a user