summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetPrecompileHeadersCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmTarget*: Port away from cmCommandRegina Pfeifer2019-09-261-43/+55
|
* Precompile headers: Treat headers as relative to current source directoryCristian Adam2019-09-231-1/+40
| | | | | | | 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
* PCH: add target_precompile_headers commandDaniel Pfeifer2019-08-271-0/+36