mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmLocalGenerator: Add OutputLinkLibraries overload with backtraces
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user