mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Rely on evaluation in cmCustomCommandGenerator for the generators. When tracing target dependencies, depend on the union of dependencies for all configurations.
6 lines
204 B
ReStructuredText
6 lines
204 B
ReStructuredText
add_custom_command-DEPENDS-genex
|
|
--------------------------------
|
|
|
|
* The :command:`add_custom_command` command learned to interpret
|
|
:manual:`cmake-generator-expressions(7)` in arguments to ``DEPENDS``.
|