Genex: Evaluate TARGET_OBJECTS as a normal expression.

This commit is contained in:
Stephen Kelly
2014-02-26 15:59:18 +01:00
parent 8cd113ad1d
commit bf98cc252f
19 changed files with 200 additions and 0 deletions
@@ -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)>`.