Description
C and C++ projects that use CMake can shorten build times by automating precompiled headers and single compilation unit techniques. It is useful for maintainers who need faster repeated builds without redesigning the whole project.
This is a CMake module consumed by build scripts. Most users do not open it directly; developers enable it inside a project and should test that the optimized build still matches the normal build.