cmake/Help/prop_dir/ADDITIONAL_MAKE_CLEAN_FILES.rst

18 lines
501 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
ADDITIONAL_MAKE_CLEAN_FILES
---------------------------
2019-11-11 23:01:05 +01:00
.. deprecated:: 3.15
2014-08-03 19:52:23 +02:00
2019-11-11 23:01:05 +01:00
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.
2023-05-23 16:38:00 +02:00
Arguments to ``ADDITIONAL_MAKE_CLEAN_FILES`` may use
2019-11-11 23:01:05 +01:00
:manual:`generator expressions <cmake-generator-expressions(7)>`.
This property only works for the Makefile generators.
It is ignored on other generators.