Skip to content
  • Brad King's avatar
    cmTarget: Add GetUtilityItems to get target ordering dependencies · 097be413
    Brad King authored
    Add a method like GetUtilities but that provides the target names
    already looked up and resolved to cmTarget pointers internally.  Update
    call site in cmComputeTargetDepends::AddTargetDepend to use the
    already-found target instead of looking it up again.
    097be413