add_library(baz SHARED baz.c)
target_link_libraries(baz bar)
target_link_libraries(baz LINK_INTERFACE_LIBRARIES bar)
