blob: d0ef34bfe77db50a1dfdf36e2d07065275a7e0a0 [file] [log] [blame]
add_library(A OBJECT a.c)
add_library(B OBJECT $<TARGET_OBJECTS:A>)