Skip to content
  • Brad King's avatar
    Allow add_dependencies() on imported targets (#10395) · e01cce28
    Brad King authored
    Imported targets do not themselves build, but we can follow dependencies
    through them to find real targets.  This allows imported targets to
    depend on custom targets that provide the underlying files at build
    time.
    e01cce28