mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06:00
Adds TARGET argument to file(GENERATE) to make resolving generator expressions requiring a target possible. Implements #21101, fixes #21074.
6 lines
178 B
ReStructuredText
6 lines
178 B
ReStructuredText
file-generate-target
|
|
--------------------
|
|
|
|
* The :command:`file(GENERATE)` command gained a new ``TARGET`` keyword to
|
|
support resolving target-dependent generator expressions.
|