Skip to content
Snippets Groups Projects
Commit 3941555d authored by Brad King's avatar Brad King
Browse files

target_link_libraries: Place $<TARGET_OBJECTS> before libraries

Linkers always use object files explicitly specified on the command line
regardless of where they appear.  Move them to the front of the list of
linked libraries in so that symbols required by the object files can be
resolved by any library.

Issue: #22149
parent f530b3a2
No related branches found
No related tags found
No related merge requests found
Showing
with 306 additions and 5 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment