https://github.com/Kitware/CMake
Raw File
Tip revision: 9306a5ab28af6bb6dc2b933339ccc66764f44b12 authored by Brad King on 20 July 2022, 13:33:55 UTC
CMake 3.24.0-rc4
Tip revision: 9306a5a
ADDITIONAL_MAKE_CLEAN_FILES.rst
ADDITIONAL_MAKE_CLEAN_FILES
---------------------------

.. deprecated:: 3.15

  Use :prop_dir:`ADDITIONAL_CLEAN_FILES` instead.

Additional files to remove during the clean stage.

A :ref:`;-list <CMake Language Lists>` of files that will be removed as a
part of the ``make clean`` target.

Arguments to :prop_dir:`ADDITIONAL_MAKE_CLEAN_FILES` may use
:manual:`generator expressions <cmake-generator-expressions(7)>`.

This property only works for the Makefile generators.
It is ignored on other generators.
back to top