cmGeneratorTarget: Factor out EvaluatedTargetProperty infrastructure

Make it available outside the `cmGeneratorTarget` implementation.
In particular, we will later use it in `cmQtAutoGenInitializer`.
This commit is contained in:
Orkun Tokdemir
2023-04-03 16:55:13 +02:00
committed by Brad King
parent 2daba01ddf
commit 7cecb6353e
6 changed files with 253 additions and 189 deletions
+1
View File
@@ -337,6 +337,7 @@ CMAKE_CXX_SOURCES="\
cmELF \
cmEnableLanguageCommand \
cmEnableTestingCommand \
cmEvaluatedTargetProperty \
cmExecProgramCommand \
cmExecuteProcessCommand \
cmExpandedCommandArgument \