mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Teach `doxygen_add_docs()` to recursively create subdirectories for each output format (HTML, XML, ...) and add each subdirectory to the `clean` target. Previously, only the HTML output directory was added to the `clean` target. Fixes: #27970, #22570