Skip to content
  • Stephen Kelly's avatar
    GenEx: Create cmGeneratorTargets for imported targets. · 95d590dd
    Stephen Kelly authored and Brad King's avatar Brad King committed
    We're going to need to link to them, and all the linking API is moving
    to cmGeneratorTarget.
    
    Skip imported targets when iterating over cmGeneratorTargets in places
    where we only want targets we build.  The GetGeneratorTargets result now
    includes IMPORTED targets where it didn't before.  The GetTargets
    result, which was what used to be called in these methods does not
    include IMPORTED targets.  This doesn't relate to any known bugs, but in
    some future uses of GetGeneratorTargets it will be important, so
    starting the convention and being deliberate now is a good idea.
    95d590dd