Skip to content

PCH/Unity: Generate sources during Compute step

Brad King requested to merge brad.king/cmake:pch-unity-step into master

The PCH and unity build sources need to be added for all generators. Create them during cmGlobalGenerator::Compute to avoid duplicating the calls in every generator. We already handle Qt autogen there too.

Issue: #19789 (closed)

Merge request reports