mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Help: Describe IMPORTED_{LOCATION,IMPLIB}_<CONFIG> in more detail
Also link to `IMPORTED_CONFIGURATIONS` and `MAP_IMPORTED_CONFIG_<CONFIG>`. Closes: #28076
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
IMPORTED_IMPLIB
|
||||
---------------
|
||||
|
||||
Full path to the import library for an ``IMPORTED`` target.
|
||||
Full path to the import library for an
|
||||
:ref:`IMPORTED <Imported Targets>` target.
|
||||
|
||||
This property may be set:
|
||||
|
||||
|
||||
@@ -1,7 +1,15 @@
|
||||
IMPORTED_IMPLIB_<CONFIG>
|
||||
------------------------
|
||||
|
||||
<CONFIG>-specific version of :prop_tgt:`IMPORTED_IMPLIB` property.
|
||||
Full path to the ``<CONFIG>``-specific import library for an
|
||||
:ref:`IMPORTED <Imported Targets>` target. This is the
|
||||
``<CONFIG>``-specific version of the :prop_tgt:`IMPORTED_IMPLIB`
|
||||
property.
|
||||
|
||||
Configuration names correspond to those provided by the project from
|
||||
which the target is imported.
|
||||
The ``<CONFIG>`` name corresponds to that provided by the project from
|
||||
which the target is imported. 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.
|
||||
|
||||
Each ``<CONFIG>`` for which this property is set should also be
|
||||
listed in the :prop_tgt:`IMPORTED_CONFIGURATIONS` target property.
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
IMPORTED_LOCATION
|
||||
-----------------
|
||||
|
||||
Full path to the main file on disk for an ``IMPORTED`` target.
|
||||
Full path to the main file on disk for an
|
||||
:ref:`IMPORTED <Imported Targets>` target.
|
||||
|
||||
Set this to the location of an ``IMPORTED`` target file on disk. For
|
||||
executables this is the location of the executable file. For ``STATIC``
|
||||
|
||||
@@ -1,7 +1,15 @@
|
||||
IMPORTED_LOCATION_<CONFIG>
|
||||
--------------------------
|
||||
|
||||
<CONFIG>-specific version of :prop_tgt:`IMPORTED_LOCATION` property.
|
||||
Full path to the ``<CONFIG>``-specific main file on disk for an
|
||||
:ref:`IMPORTED <Imported Targets>` target. This is the
|
||||
``<CONFIG>``-specific version of the :prop_tgt:`IMPORTED_LOCATION`
|
||||
property.
|
||||
|
||||
Configuration names correspond to those provided by the project from
|
||||
which the target is imported.
|
||||
The ``<CONFIG>`` name corresponds to that provided by the project from
|
||||
which the target is imported. 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.
|
||||
|
||||
Each ``<CONFIG>`` for which this property is set should also be
|
||||
listed in the :prop_tgt:`IMPORTED_CONFIGURATIONS` target property.
|
||||
|
||||
Reference in New Issue
Block a user