Merge topic 'autogen-exe-per-config'

596e84b0d5 NinjaMultiConfig: Update tests for the new dependency change
7c39dabdbc Autogen: AUTO*_EXECUTABLE: add support for per-config values

Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !8919
This commit is contained in:
Brad King
2024-01-18 14:01:04 +00:00
committed by Kitware Robot
33 changed files with 1089 additions and 235 deletions

View File

@@ -0,0 +1,10 @@
CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG
---------------------------------------
.. versionadded:: 3.29
This variable is used to initialize the
:prop_tgt:`AUTOGEN_BETTER_GRAPH_MULTI_CONFIG` property on all targets as they
are created. See that target property for additional information.
By default ``CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG`` is unset.