diff options
author | Brad King <brad.king@kitware.com> | 2019-11-12 14:35:45 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-11-12 14:36:55 (GMT) |
commit | f90c351e601a98ddb10822d6973dd2fcc140e13e (patch) | |
tree | ed6c53669f10d837e3efaa953aeab1794b4f8402 /Help/prop_tgt | |
parent | ffa9965700cfebce4ea80b5b1a191a5d19c85a29 (diff) | |
parent | 2944bf46d53b1581b436c675650987bb3d42b3f2 (diff) | |
download | CMake-f90c351e601a98ddb10822d6973dd2fcc140e13e.zip CMake-f90c351e601a98ddb10822d6973dd2fcc140e13e.tar.gz CMake-f90c351e601a98ddb10822d6973dd2fcc140e13e.tar.bz2 |
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
Diffstat (limited to 'Help/prop_tgt')
-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`. |