Export.cmake 63 B

12
  1. add_library(A OBJECT a.c)
  2. export(TARGETS A FILE AExport.cmake)