[Build]Unify PCH usage (#31055)

* Unify PCH usage

* Add back CIBuild property

* Add back CIBuild property
This commit is contained in:
David Federman
2024-03-22 03:29:14 -07:00
committed by GitHub
parent 79a7987874
commit c39e306784
86 changed files with 95 additions and 250 deletions

View File

@@ -0,0 +1,5 @@
// pch.cpp: source file corresponding to the pre-compiled header
#include "pch.h"
// When you are using pre-compiled headers, this source file is necessary for compilation to succeed.