blob: 0c622e7ae1992b3a9ba9b981609bd4eb8b8dd76e (
plain)
1
2
3
4
5
6
7
8
|
link-objects-first
------------------
* :command:`target_link_libraries` calls referencing object libraries
via the :genex:`TARGET_OBJECTS` generator expression now place the
object files before all libraries on the link line, regardless of
their specified order. See documentation on
:ref:`Linking Object Libraries via \$\<TARGET_OBJECTS\>` for details.
|