cmLinkLineComputer: Extract link libraries computation from cmLocalGenerator

Hide some methods which no longer need to be public.
This commit is contained in:
Stephen Kelly
2016-10-08 12:21:39 +02:00
parent f03d446e96
commit 4134030434
5 changed files with 37 additions and 34 deletions
+1 -2
View File
@@ -351,8 +351,7 @@ protected:
void OutputLinkLibraries(cmComputeLinkInformation* pcli,
cmLinkLineComputer* linkLineComputer,
std::string& linkLibraries,
std::string& frameworkPath, std::string& linkPath,
bool forResponseFile);
std::string& frameworkPath, std::string& linkPath);
// Expand rule variables in CMake of the type found in language rules
void ExpandRuleVariables(std::string& string,