Skip to content

Add ADDITIONAL_CLEAN_FILES directory and target properties

This adds support for

  • ADDITIONAL_CLEAN_FILES directory property
  • ADDITIONAL_CLEAN_FILES target property

in the Makefiles and the Ninja generators. They allow to register additional files that should be removed during the clean stage.

The ADDITIONAL_CLEAN_FILES directory property is meant to replace the ADDITIONAL_MAKE_CLEAN_FILES directory property, which is marked as deprecated (but still supported).

Included are implementation, documentation, test and release notes.

Edited by Sebastian Holtermann

Merge request reports