Install.cmake 61 B

12
  1. add_library(A OBJECT a.c)
  2. install(TARGETS A DESTINATION lib)