summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/IMPORTED_CONFIGURATIONS.rst
blob: a4746d3d163a140f8b4255942920e0f884b2d210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
IMPORTED_CONFIGURATIONS
-----------------------

Configurations provided for an :ref:`imported target <Imported targets>`.

Set this to the list of configuration names available for an imported
target.  For each configuration named, the imported target's artifacts
must be specified in other target properties:

* :prop_tgt:`IMPORTED_LOCATION_<CONFIG>`, or
* :prop_tgt:`IMPORTED_IMPLIB_<CONFIG>` (on DLL platforms, on AIX for
  :ref:`Executables <Binary Executables>` or on Apple for
  :ref:`Shared Libraries <Normal Libraries>`), or
* :prop_tgt:`IMPORTED_OBJECTS_<CONFIG>` (for :ref:`Object Libraries`), or
* :prop_tgt:`IMPORTED_LIBNAME_<CONFIG>` (for :ref:`Interface Libraries`).

The configuration names correspond to those defined in the project from
which the target is imported.  If the importing project uses a different
set of configurations, the names may be mapped using the
:prop_tgt:`MAP_IMPORTED_CONFIG_<CONFIG>` target property.

The ``IMPORTED_CONFIGURATIONS`` property is ignored for non-imported targets.