kepka
kepka copied to clipboard
Improve pch usage
- Use IWYU - makes better code
- Put only system headers in the pch
- cotire had problems with pch when using sub-directories targets, investigate if using only system headers will make it work correctly.
- provide an add_pch() macro to set up common stdafx header for sub-targets