cmLocalGenerator: Add OutputLinkLibraries overload with backtraces

This commit is contained in:
Justin Goshi
2019-09-11 11:15:08 -07:00
committed by Brad King
parent 5d39e792ae
commit 5bd65dff7a
2 changed files with 21 additions and 4 deletions

View File

@@ -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(