commit | dd1e2cc80c1450cc6fcb35d114f4cf999e4c0315 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Thu Feb 03 15:46:24 2022 -0500 |
committer | Brad King <brad.king@kitware.com> | Thu Feb 03 15:52:22 2022 -0500 |
tree | c71e7e62c3af5a4ed49a2d37b2d3c430ec1f5873 | |
parent | 3d85c0072db6e97938b9fe7157483bcd41918b08 [diff] |
VS: Simplify generation of per-source PCH settings Avoid looking up the PCH create/use flags just to map them through flag tables back to the `.vcxproj` settings. Instead, simply generate the PCH settings directly for each source file. Since commit 9df1f33c9a (VisualStudio: move PCH rules to projects when possible., 2020-10-15, v3.20.0-rc1~638^2) we already do this for the target-wide PCH settings.