diff options
author | Josef Angstenberger <code@jtxa.de> | 2020-08-13 23:22:24 (GMT) |
---|---|---|
committer | Josef Angstenberger <code@jtxa.de> | 2020-08-13 23:51:59 (GMT) |
commit | 5b17421bdc4782ad84e89570abfcc7870a503c78 (patch) | |
tree | 48d1563d2b3e0ca60cc7b73625e3f1149e17ffda /Help/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst | |
parent | 8b5aa9051b0df7bead47deb25d8cfa33679f747d (diff) | |
download | CMake-5b17421bdc4782ad84e89570abfcc7870a503c78.zip CMake-5b17421bdc4782ad84e89570abfcc7870a503c78.tar.gz CMake-5b17421bdc4782ad84e89570abfcc7870a503c78.tar.bz2 |
Help: Improve formatting for IMPLICIT_DEPENDS_INCLUDE_TRANSFORM
Diffstat (limited to 'Help/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst')
-rw-r--r-- | Help/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Help/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst b/Help/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst index dc73807..f7e366a 100644 --- a/Help/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst +++ b/Help/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst @@ -1,15 +1,15 @@ IMPLICIT_DEPENDS_INCLUDE_TRANSFORM ---------------------------------- -Specify #include line transforms for dependencies in a target. +Specify ``#include`` line transforms for dependencies in a target. -This property specifies rules to transform macro-like #include lines +This property specifies rules to transform macro-like ``#include`` lines during implicit dependency scanning of C and C++ source files. The list of rules must be semicolon-separated with each entry of the form -"A_MACRO(%)=value-with-%" (the % must be literal). During dependency -scanning occurrences of A_MACRO(...) on #include lines will be +``A_MACRO(%)=value-with-%`` (the ``%`` must be literal). During dependency +scanning occurrences of ``A_MACRO(...)`` on ``#include`` lines will be replaced by the value given with the macro argument substituted for -'%'. For example, the entry +``%``. For example, the entry :: |