summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/PrecompileHeaders/PchReuseFromPrefixed.cmake
Commit message (Collapse)AuthorAgeFilesLines
* PCH: Use the target's PREFIX for building the pdb file nameCristian Adam2019-12-081-0/+29
Also copy the REUSE_FROM pdb file only if the file is newer than the existing one. Fixes: #19731 Fixes: #20068