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 | df3baee8ffe28aec707ebd720370445e0e570fc2 (patch) | |
tree | 74bef843a9f158645aa60a7da7c79766d4ca05e9 /Help | |
parent | ace0591473294dcefaeadf8ea2608288d2525cd9 (diff) | |
parent | 2944bf46d53b1581b436c675650987bb3d42b3f2 (diff) | |
download | CMake-df3baee8ffe28aec707ebd720370445e0e570fc2.zip CMake-df3baee8ffe28aec707ebd720370445e0e570fc2.tar.gz CMake-df3baee8ffe28aec707ebd720370445e0e570fc2.tar.bz2 |
Merge topic 'reference-IMPORTED_IMPLIB-more'
2944bf46d5 Help: Reference IMPORTED_IMPLIB from the IMPORTED_LOCATION documentation
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4034
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`. |