OwnSources.cmake 72 B

12
  1. add_library(A OBJECT a.c)
  2. target_sources(A PRIVATE $<TARGET_OBJECTS:A>)