cmake/Help/prop_tgt/IMPORTED_IMPLIB.rst

10 lines
325 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
IMPORTED_IMPLIB
---------------
2019-11-11 23:01:05 +01:00
Full path to the import library for an ``IMPORTED`` target.
2014-08-03 19:52:23 +02:00
2020-02-01 23:06:01 +01:00
Set this to the location of the ``.lib`` part of a Windows DLL, or on
AIX set it to an import file created for executables that export symbols
(see the :prop_tgt:`ENABLE_EXPORTS` target property).
Ignored for non-imported targets.