summaryrefslogtreecommitdiffstats
path: root/Help/command/target_precompile_headers.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Rename 'artefact' to 'artifact' in target_precompile_headersArcturus2020-06-021-1/+1
|
* target_precompile_headers: Fix documented example using genexBrad King2020-04-271-14/+13
| | | | | | | | When the path to a header file is specified using a generator expression, evaluation of the genex must produce an absolute path. Update our documented example and add a test covering the case. Fixes: #20617
* Help: Provide guidance on INTERFACE for target_precompile_headers()Craig Scott2019-11-131-0/+14
| | | | Fixes: #19953
* Help: Reorganise target_precompile_headers() docs for readabilityCraig Scott2019-11-131-49/+59
| | | | | | | | Incorporates clarification of behavior when trying to specify REUSE_FROM on a target that already has its own precompile headers set. Fixes: #19970
* Help: Document target_precompile_headers genex with angle bracketsBrad King2019-11-081-0/+11
| | | | | | | When passing a `<header>` inside a generator expression, the closing `>` needs to be encoded as `$<ANGLE-R>`. Add an example to the docs. Fixes: #19940
* PCH: Document and test COMPILE_LANGUAGE genex for per-language headerBrad King2019-10-161-0/+4
| | | | Fixes: #19839
* Precompile headers: Treat headers as relative to current source directoryCristian Adam2019-09-231-3/+18
| | | | | | | 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-0/+14
| | | | | | | Add the ability to share precompiled headers artifacts between targets. Fixes: #19659
* Precompile headers: Update documentationCristian Adam2019-08-281-0/+56