cmGeneratorExpressionEvaluator: Shorten some long lines

Adjust the definitions of getLinkedTargetsContent to avoid long lines.
This commit is contained in:
Brad King 2014-06-30 10:31:01 -04:00
parent 82e91e3487
commit f85ccf23ee
1 changed files with 16 additions and 13 deletions

View File

@ -799,7 +799,8 @@ static const char* targetPropertyTransitiveWhitelist[] = {
#undef TRANSITIVE_PROPERTY_NAME
std::string getLinkedTargetsContent(
std::string
getLinkedTargetsContent(
std::vector<cmTarget const*> &targets,
cmTarget const* target,
cmTarget const* headTarget,
@ -841,7 +842,9 @@ std::string getLinkedTargetsContent(
return linkedTargetsContent;
}
std::string getLinkedTargetsContent(std::vector<cmLinkItem> const &libraries,
std::string
getLinkedTargetsContent(
std::vector<cmLinkItem> const &libraries,
cmTarget const* target,
cmTarget const* headTarget,
cmGeneratorExpressionContext *context,