diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2018-06-27 16:36:47 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2018-06-27 16:38:36 (GMT) |
commit | 724bd7790e1a28826b5457c0b28edbfff9af4d15 (patch) | |
tree | a9f3b1f0ce4e6b53b8beee22ec49272741de508c /Help/prop_tgt | |
parent | cc9f88af53b6dd95d3fc1786166dd05599e2ba91 (diff) | |
download | CMake-724bd7790e1a28826b5457c0b28edbfff9af4d15.zip CMake-724bd7790e1a28826b5457c0b28edbfff9af4d15.tar.gz CMake-724bd7790e1a28826b5457c0b28edbfff9af4d15.tar.bz2 |
LINK_DEPENDS: add support of 'generator expressions'
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/LINK_DEPENDS.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/prop_tgt/LINK_DEPENDS.rst b/Help/prop_tgt/LINK_DEPENDS.rst index bc83393..3ab8658 100644 --- a/Help/prop_tgt/LINK_DEPENDS.rst +++ b/Help/prop_tgt/LINK_DEPENDS.rst @@ -10,3 +10,8 @@ linked if any of the named files is newer than it. This property is supported only by Makefile and Ninja generators. It is intended to specify dependencies on "linker scripts" for custom Makefile link rules. + +Contents of ``LINK_DEPENDS`` 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. |