summaryrefslogtreecommitdiffstats
path: root/Tests/BuildDepends/Project/zot_pch.cxx
Commit message (Collapse)AuthorAgeFilesLines
* PCH: Fix Makefile dependencies to rebuild PCH on header changesBrad King2019-10-171-0/+6
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