LinkObjRHS1.cmake 93 B

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