codegen.rst 447 B

12345678910
  1. codegen
  2. -------
  3. * The :ref:`Ninja Generators` and :ref:`Makefile Generators` now produce
  4. a ``codegen`` build target. See policy :policy:`CMP0171`. It drives a
  5. subset of the build graph sufficient to run custom commands created with
  6. :command:`add_custom_command`'s new ``CODEGEN`` option.
  7. * The :command:`add_custom_command` command gained a ``CODEGEN`` option
  8. to mark a custom commands outputs as dependencies of a ``codegen`` target.