diff options
author | Marc Aldorasi <marc@groundctl.com> | 2019-11-11 15:58:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-11-11 16:26:30 (GMT) |
commit | 2944bf46d53b1581b436c675650987bb3d42b3f2 (patch) | |
tree | 69e88818de322daaf0516943a738e5cb18cd124c /Help | |
parent | c1d5d5eb11e0260ffadda0851ac844ab46b6b179 (diff) | |
download | CMake-2944bf46d53b1581b436c675650987bb3d42b3f2.zip CMake-2944bf46d53b1581b436c675650987bb3d42b3f2.tar.gz CMake-2944bf46d53b1581b436c675650987bb3d42b3f2.tar.bz2 |
Help: Reference IMPORTED_IMPLIB from the IMPORTED_LOCATION documentation
Issue: #16698
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_tgt/IMPORTED_LOCATION.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_tgt/IMPORTED_LOCATION.rst b/Help/prop_tgt/IMPORTED_LOCATION.rst index a9123cd..f0a1646 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`. |