Skip to content
  • Brad King's avatar
    VS: Simplify object name computation · 67734be8
    Brad King authored
    Simplify cmLocalVisualStudioGenerator::ComputeObjectNameRequirements to
    loop over the original vector of source files instead of recursively
    traversing source groups just to find the same files.  Drop from
    cmVisualStudio10TargetGenerator::ComputeObjectNames temporary source
    group calculation now that it is not needed for computing object names.
    67734be8