Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Precompile headers: Treat headers as relative to current source directory | Cristian Adam | 2019-09-23 | 6 | -13/+22 |
| | | | | | | | Teach `target_precompile_headers` to treat relative paths the same way as `target_sources`. Fixes: #19733 | ||||
* | Precompile Headers: Add REUSE_FROM signature | Cristian Adam | 2019-09-17 | 7 | -1/+49 |
| | | | | | | | Add the ability to share precompiled headers artifacts between targets. Fixes: #19659 | ||||
* | Precompile headers: Add unit tests | Cristian Adam | 2019-08-28 | 16 | -0/+182 |