summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-11-12 14:35:45 +0000
committerKitware Robot <kwrobot@kitware.com>2019-11-12 09:36:55 -0500
commitf90c351e601a98ddb10822d6973dd2fcc140e13e (patch)
treeed6c53669f10d837e3efaa953aeab1794b4f8402
parentffa9965700cfebce4ea80b5b1a191a5d19c85a29 (diff)
parent2944bf46d53b1581b436c675650987bb3d42b3f2 (diff)
downloadcmake-f90c351e601a98ddb10822d6973dd2fcc140e13e.tar.gz
Merge topic 'reference-IMPORTED_IMPLIB-more' into release-3.16
2944bf46d5 Help: Reference IMPORTED_IMPLIB from the IMPORTED_LOCATION documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4034
-rw-r--r--Help/prop_tgt/IMPORTED_LOCATION.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_tgt/IMPORTED_LOCATION.rst b/Help/prop_tgt/IMPORTED_LOCATION.rst
index a9123cdd9b..f0a1646b1b 100644
--- a/Help/prop_tgt/IMPORTED_LOCATION.rst
+++ b/Help/prop_tgt/IMPORTED_LOCATION.rst
@@ -26,3 +26,6 @@ selected and its :prop_tgt:`IMPORTED_LOCATION_<CONFIG>` value used.
To get the location of an imported target read one of the :prop_tgt:`LOCATION`
or ``LOCATION_<CONFIG>`` properties.
+
+For platforms with import libraries (e.g. Windows) see also
+:prop_tgt:`IMPORTED_IMPLIB`.