Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Precompile headers: Treat headers as relative to current source directory | Cristian Adam | 2019-09-23 | 1 | -0/+6 |
| | | | | | | | 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 | 1 | -1/+1 |
| | | | | | | | Add the ability to share precompiled headers artifacts between targets. Fixes: #19659 | ||||
* | Precompile headers: Add unit tests | Cristian Adam | 2019-08-28 | 2 | -0/+15 |