mirror of
https://github.com/reactos/CMake.git
synced 2025-03-04 01:47:37 +00:00

Teach the Makefile generator to scan the implicit dependencies of PCH creation. When a header named by `target_precompile_headers` changes the corresponding PCH must be rebuilt and all consumers recompiled. Fixes: #19830