custom-command-byproducts.rst 319 B

1234567
  1. custom-command-byproducts
  2. -------------------------
  3. * The :command:`add_custom_command` and :command:`add_custom_target`
  4. commands learned a new ``BYPRODUCTS`` option to specify files
  5. produced as side effects of the custom commands. These are not
  6. outputs because they do not always have to be newer than inputs.