summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/PrecompileHeaders/include
Commit message (Collapse)AuthorAgeFilesLines
* VS: Restore support for PCH in CXX but not C within once targetBrad King2021-02-191-0/+1
| | | | | | | | Fix logic from commit 9df1f33c9a (VisualStudio: move PCH rules to projects when possible., 2020-10-15, v3.20.0-rc1~638^2) to explicitly disable PCH on sources that should not use the target-wide PCH rules. Fixes: #21827
* target_precompile_headers: Fix documented example using genexBrad King2020-04-272-0/+2
| | | | | | | | When the path to a header file is specified using a generator expression, evaluation of the genex must produce an absolute path. Update our documented example and add a test covering the case. Fixes: #20617
* Precompile headers: Treat headers as relative to current source directoryCristian Adam2019-09-231-0/+6
| | | | | | | Teach `target_precompile_headers` to treat relative paths the same way as `target_sources`. Fixes: #19733
* Precompile Headers: Add REUSE_FROM signatureCristian Adam2019-09-171-1/+1
| | | | | | | Add the ability to share precompiled headers artifacts between targets. Fixes: #19659
* Precompile headers: Add unit testsCristian Adam2019-08-282-0/+15