CMake/Tests/ObjectLibrary
Brad King 3941555d93 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
2021-05-29 09:28:36 -04:00
..
A Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
B Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
ExportLanguages Tests: Bump CMake minimum required in tests to 2.8.12 2020-12-23 08:55:45 -05:00
LinkObjects target_link_libraries: Place $<TARGET_OBJECTS> before libraries 2021-05-29 09:28:36 -04:00
Transitive Fix dependencies on targets linked through object libraries 2020-03-04 13:07:41 -05:00
AB.def
c.c Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
CMakeLists.txt target_link_libraries: Place $<TARGET_OBJECTS> before libraries 2021-05-29 09:28:36 -04:00
dummy.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
dummy.obj
main.c Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
mainAB.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00