diff options
author | Brad King <brad.king@kitware.com> | 2023-03-02 20:24:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-03-02 20:25:00 (GMT) |
commit | e1032a22ebe4e1ff8df935470910d48f602f0893 (patch) | |
tree | c7ee420215993b4fdca9cb622b3cb19a64a414ac /Help/prop_tgt | |
parent | 9f309e655fe87b8d2193c8e719a8748ad3e3c382 (diff) | |
download | CMake-e1032a22ebe4e1ff8df935470910d48f602f0893.zip CMake-e1032a22ebe4e1ff8df935470910d48f602f0893.tar.gz CMake-e1032a22ebe4e1ff8df935470910d48f602f0893.tar.bz2 |
Help:IMPORTED_IMPLIB: Mention IMPORTED_IMPLIB_<CONFIG> variant
This is already done in `IMPORTED_LOCATION` documentation.
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/IMPORTED_IMPLIB.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/prop_tgt/IMPORTED_IMPLIB.rst b/Help/prop_tgt/IMPORTED_IMPLIB.rst index 77549f3..e67acba 100644 --- a/Help/prop_tgt/IMPORTED_IMPLIB.rst +++ b/Help/prop_tgt/IMPORTED_IMPLIB.rst @@ -12,4 +12,13 @@ This property may be set: the :prop_tgt:`ENABLE_EXPORTS` target property). For frameworks this is the location of the ``.tbd`` file symlink just inside the framework folder. +The ``IMPORTED_IMPLIB`` target property may be overridden for a +given configuration ``<CONFIG>`` by the configuration-specific +:prop_tgt:`IMPORTED_IMPLIB_<CONFIG>` target property. Furthermore, +the :prop_tgt:`MAP_IMPORTED_CONFIG_<CONFIG>` target property may be +used to map between a project's configurations and those of an imported +target. If none of these is set then the name of any other configuration +listed in the :prop_tgt:`IMPORTED_CONFIGURATIONS` target property may be +selected and its :prop_tgt:`IMPORTED_IMPLIB_<CONFIG>` value used. + This property is ignored for non-imported targets. |