LinkObjRHS2.cmake 93 B

123
  1. add_library(A SHARED a.c)
  2. target_link_libraries(A AnObjLib)
  3. add_library(AnObjLib OBJECT a.c)