AUTOGEN_TARGET_DEPENDS.rst 603 B

1234567891011121314
  1. AUTOGEN_TARGET_DEPENDS
  2. ----------------------
  3. Target dependencies of the corresponding ``_automoc`` target.
  4. Targets which have their :prop_tgt:`AUTOMOC` target set to ``TRUE`` have a
  5. corresponding ``_automoc`` target which is used to autogenerate generate moc
  6. files. As this ``_automoc`` target is created at generate-time, it is not
  7. possible to define dependencies of it, such as to create inputs for the ``moc``
  8. executable.
  9. The ``AUTOGEN_TARGET_DEPENDS`` target can be set instead to a list of dependencies
  10. for the ``_automoc`` target. The buildsystem will be generated to depend on its
  11. contents.