mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06: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
7 lines
70 B
C++
7 lines
70 B
C++
#include <zot_pch.hxx>
|
|
|
|
const char* zot_pch_f()
|
|
{
|
|
return zot_pch;
|
|
}
|