mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 07:09:22 +00:00
9 lines
277 B
ReStructuredText
9 lines
277 B
ReStructuredText
|
LINK_FLAGS
|
||
|
----------
|
||
|
|
||
|
Additional flags to use when linking this target.
|
||
|
|
||
|
The LINK_FLAGS property can be used to add extra flags to the link
|
||
|
step of a target. LINK_FLAGS_<CONFIG> will add to the configuration
|
||
|
<CONFIG>, for example, DEBUG, RELEASE, MINSIZEREL, RELWITHDEBINFO.
|