Notes |
|
(0038877)
|
Brad King
|
2015-06-03 08:26
|
|
For reference, discussion here:
push of LinkOptionsCommand topic branch
http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/9203 [^]
covers the possibility of a LINK_OPTIONS build property, INTERFACE_LINK_OPTIONS usage requirement, and target_link_options command to set them.
Currently one can use target_link_libraries PRIVATE mode to add link flags to a specific target. |
|
|
(0038903)
|
noname
|
2015-06-10 13:12
(edited on: 2015-06-10 13:29) |
|
I want this feature too.
I need transitive link flags.
If I remember correctly, the target_link_libraries trick didn't work for Ninja. (I didn't check every generator.)
|
|
|
(0042789)
|
Kitware Robot
|
2016-06-10 14:29
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|