mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Genex: Evaluate TARGET_OBJECTS as a normal expression.
This commit is contained in:
@@ -188,3 +188,6 @@ property is non-empty::
|
||||
Content of ``...`` converted to upper case.
|
||||
``$<MAKE_C_IDENTIFIER:...>``
|
||||
Content of ``...`` converted to a C identifier.
|
||||
``$<TARGET_OBJECTS:objLib>``
|
||||
List of objects resulting from build of ``objLib``. ``objLib`` must be an
|
||||
object of type ``OBJECT_LIBRARY``.
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
file-GENERATE-TARGET_OBJECTS
|
||||
----------------------------
|
||||
|
||||
* The :command:`file(GENERATE)` subcommand learned to evaluate the
|
||||
``TARGET_OBJECTS``
|
||||
:manual:`generator expression <cmake-generator-expressions(7)>`.
|
||||
Reference in New Issue
Block a user