mirror of
https://github.com/reactos/CMake.git
synced 2025-01-07 11:40:23 +00:00
96242f8022
Create a LINK_WHAT_YOU_USE target property and corresponding CMAKE_LINK_WHAT_YOU_USE variable to enable this behavior. Extend link commands by running `ldd -u -r` to detect shared libraries that are linked but not needed.
7 lines
206 B
ReStructuredText
7 lines
206 B
ReStructuredText
CMAKE_LINK_WHAT_YOU_USE
|
|
---------------------------------
|
|
|
|
Default value for :prop_tgt:`LINK_WHAT_YOU_USE` target property.
|
|
This variable is used to initialize the property on each target as it is
|
|
created.
|