mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
cmGeneratorExpression: Port interface to cmGeneratorTarget.
This commit is contained in:
@@ -56,7 +56,8 @@ struct cmGeneratorExpressionNode
|
||||
static std::string EvaluateDependentExpression(
|
||||
std::string const& prop, cmLocalGenerator *lg,
|
||||
cmGeneratorExpressionContext *context,
|
||||
cmTarget const* headTarget, cmTarget const* currentTarget,
|
||||
const cmGeneratorTarget* headTarget,
|
||||
const cmGeneratorTarget* currentTarget,
|
||||
cmGeneratorExpressionDAGChecker *dagChecker);
|
||||
|
||||
static const cmGeneratorExpressionNode* GetNode(
|
||||
|
||||
Reference in New Issue
Block a user