add_dependencies.cmake 85 B

1234
  1. add_library(foo empty.cpp)
  2. add_library(iface INTERFACE)
  3. add_dependencies(iface foo)