mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 14:27:23 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
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.
|