diff options
author | Brad King <brad.king@kitware.com> | 2015-04-03 17:38:04 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-04-03 17:38:04 (GMT) |
commit | b6b77bb750f30c452053ad4c28e4c69b1e7950e0 (patch) | |
tree | db0a998d4f1e111264c0e2f12e3278c3ea4fff24 /Help/prop_tgt/INTERFACE_LINK_LIBRARIES.rst | |
parent | 84136c5a83bf9e1caf158a37f987465a8f39f8d0 (diff) | |
parent | 3af137824d993ca0a7c18c0768efb12b76154ad0 (diff) | |
download | CMake-b6b77bb750f30c452053ad4c28e4c69b1e7950e0.zip CMake-b6b77bb750f30c452053ad4c28e4c69b1e7950e0.tar.gz CMake-b6b77bb750f30c452053ad4c28e4c69b1e7950e0.tar.bz2 |
Merge topic 'doc-relocatable-usage-requirements'
3af13782 Help: Update discussion of relocable packages in cmake-packages(7)
227992c3 Help: Reorganize and refine discussion of relocatable packages
031d894f Help: Place relocatable package notes in their own subsections
6e331ce9 Help: Fix typo in cmake-packages(7) manual
ba9b9d79 Help: Fix syntax in non-relocatable usage requirements example
Diffstat (limited to 'Help/prop_tgt/INTERFACE_LINK_LIBRARIES.rst')
-rw-r--r-- | Help/prop_tgt/INTERFACE_LINK_LIBRARIES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_tgt/INTERFACE_LINK_LIBRARIES.rst b/Help/prop_tgt/INTERFACE_LINK_LIBRARIES.rst index 55b7b8d..832d12b 100644 --- a/Help/prop_tgt/INTERFACE_LINK_LIBRARIES.rst +++ b/Help/prop_tgt/INTERFACE_LINK_LIBRARIES.rst @@ -17,5 +17,8 @@ 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. +Creating Relocatable Packages +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + .. |INTERFACE_PROPERTY_LINK| replace:: ``INTERFACE_LINK_LIBRARIES`` .. include:: /include/INTERFACE_LINK_LIBRARIES_WARNING.txt |