summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Aldorasi <marc@groundctl.com>2019-11-11 10:58:09 -0500
committerBrad King <brad.king@kitware.com>2019-11-11 11:26:30 -0500
commit2944bf46d53b1581b436c675650987bb3d42b3f2 (patch)
tree69e88818de322daaf0516943a738e5cb18cd124c
parentc1d5d5eb11e0260ffadda0851ac844ab46b6b179 (diff)
downloadcmake-2944bf46d53b1581b436c675650987bb3d42b3f2.tar.gz
Help: Reference IMPORTED_IMPLIB from the IMPORTED_LOCATION documentation
Issue: #16698
-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`.