GenEx: Rename cmGeneratorExpressionContext to cm::GenEx::Evaluation

It has grown to hold information about the evaluation itself,
not just the context in which the evaluation occurs.
This commit is contained in:
Brad King
2025-09-21 10:26:12 -04:00
parent d1c780886e
commit 4697f7122b
14 changed files with 749 additions and 841 deletions

View File

@@ -375,8 +375,8 @@ CMAKE_CXX_SOURCES="\
cmFunctionCommand \
cmFSPermissions \
cmGeneratedFileStream \
cmGenExEvaluation \
cmGeneratorExpression \
cmGeneratorExpressionContext \
cmGeneratorExpressionDAGChecker \
cmGeneratorExpressionEvaluationFile \
cmGeneratorExpressionEvaluator \