mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 15:50:50 -06:00
The GNU `as --help` shows `--MD <file>` as an option to generate depfiles as needed by Ninja. There is no `-MT <target>` flag but fortunately the generated files automatically account for the `-o <obj>` flag. Issue: #20426