diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2018-09-28 17:30:22 +0200 |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2018-11-08 14:58:57 +0100 |
commit | 023188ffb48cc35ebab7cabbafefcd6dd31b750d (patch) | |
tree | 088a0aea32a5e1a514cbb61b6bc5a007ad6a827b /Help/prop_tgt/INTERFACE_POSITION_INDEPENDENT_CODE.rst | |
parent | 17e98e00c449ebdceac980c0ce65c800030605db (diff) | |
download | cmake-023188ffb48cc35ebab7cabbafefcd6dd31b750d.tar.gz |
INTERFACE_POSITION_INDEPENDENT_CODE: add generator expressions support
Fixes: #16532
Diffstat (limited to 'Help/prop_tgt/INTERFACE_POSITION_INDEPENDENT_CODE.rst')
-rw-r--r-- | Help/prop_tgt/INTERFACE_POSITION_INDEPENDENT_CODE.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/prop_tgt/INTERFACE_POSITION_INDEPENDENT_CODE.rst b/Help/prop_tgt/INTERFACE_POSITION_INDEPENDENT_CODE.rst index ea700dfe98..4336d71825 100644 --- a/Help/prop_tgt/INTERFACE_POSITION_INDEPENDENT_CODE.rst +++ b/Help/prop_tgt/INTERFACE_POSITION_INDEPENDENT_CODE.rst @@ -14,3 +14,9 @@ undefined, then consumers will determine their :prop_tgt:`POSITION_INDEPENDENT_CODE` property by other means. Consumers must ensure that the targets that they link to have a consistent requirement for their ``INTERFACE_POSITION_INDEPENDENT_CODE`` property. + +Contents of ``INTERFACE_POSITION_INDEPENDENT_CODE`` may use +"generator expressions" with the syntax ``$<...>``. See the +:manual:`cmake-generator-expressions(7)` manual for available expressions. +See the :manual:`cmake-buildsystem(7)` manual for more on defining buildsystem +properties. |