ADDITIONAL_MAKE_CLEAN_FILES.rst 501 B

1234567891011121314151617
  1. ADDITIONAL_MAKE_CLEAN_FILES
  2. ---------------------------
  3. .. deprecated:: 3.15
  4. Use :prop_dir:`ADDITIONAL_CLEAN_FILES` instead.
  5. Additional files to remove during the clean stage.
  6. A :ref:`;-list <CMake Language Lists>` of files that will be removed as a
  7. part of the ``make clean`` target.
  8. Arguments to ``ADDITIONAL_MAKE_CLEAN_FILES`` may use
  9. :manual:`generator expressions <cmake-generator-expressions(7)>`.
  10. This property only works for the Makefile generators.
  11. It is ignored on other generators.