mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Shared library stubs can be used for linking, but not at runtime. Their role is similar to import libraries on Windows, so represent their location with the `IMPORTED_IMPLIB` target property. Fixes: #24940
8 lines
317 B
ReStructuredText
8 lines
317 B
ReStructuredText
imported-implib-only
|
|
--------------------
|
|
|
|
* On imported shared libraries, the :prop_tgt:`IMPORTED_IMPLIB` target
|
|
property may now be used without :prop_tgt:`IMPORTED_LOCATION`.
|
|
This can be used to represent a stub library whose location should not
|
|
be added as a runtime search path to dependents that link it.
|