mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Previously the `TARGET_OBJECTS` generator expression was limited only to use in a buildsystem context so that Xcode's placeholders in object file paths can be evaluated. Lift this restriction so that the expression can at least be used in most settings. Co-Author: Brad King <brad.king@kitware.com>
7 lines
214 B
ReStructuredText
7 lines
214 B
ReStructuredText
file-GENERATE-TARGET_OBJECTS
|
|
----------------------------
|
|
|
|
* The :command:`file(GENERATE)` subcommand learned to evaluate the
|
|
``TARGET_OBJECTS``
|
|
:manual:`generator expression <cmake-generator-expressions(7)>`.
|