target-SOURCES-genex.rst 510 B

123456789101112
  1. target-SOURCES-genex
  2. --------------------
  3. * The :prop_tgt:`SOURCES` target property now contains
  4. :manual:`generator expression <cmake-generator-expressions(7)>`
  5. such as ``TARGET_OBJECTS`` when read at configure time, if
  6. policy :policy:`CMP0051` is ``NEW``.
  7. * The :prop_tgt:`SOURCES` target property now generally supports
  8. :manual:`generator expression <cmake-generator-expressions(7)>`. The
  9. generator expressions may be used in the :command:`add_library` and
  10. :command:`add_executable` commands.