Skip to content
  • Brad King's avatar
    Use per-config output dir in VS 6 templates · 90b8164e
    Brad King authored
    This commit removes use of configuration-less cmTarget::GetDirectory()
    by the VS 6 generator (except for compatibility with user templates).
    We replace OUTPUT_DIRECTORY_<CONFIG> tokens in the templates using the
    per-configuration result of cmTarget::GetDirectory(config).
    90b8164e