summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/PrecompileHeaders/PchReuseFrom.cmake
Commit message (Collapse)AuthorAgeFilesLines
* PCH: Do not issue an error on duplicate target_precompile_headers callCristian Adam2019-11-151-1/+8
| | | | Fixes: #19970
* Precompile Headers: Add REUSE_FROM signatureCristian Adam2019-09-171-0/+20
Add the ability to share precompiled headers artifacts between targets. Fixes: #19659