You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2025. It is now read-only.
CMake 3.16 provides new support for pre-compiled headers:
The “target_precompile_headers()” command was added to specify a list of headers to precompile for faster compilation times.
The “UNITY_BUILD” target property was added to tell generators to batch include source files for faster compilation times.
https://blog.kitware.com/cmake-3-16-0-rc1-is-ready-for-testing/
I assume these new functions replace cotire in the future ..
Best,
Stefan