Skip to content
  • Bastien Schatt's avatar
    cmLocalVisualStudioGenerator: Use computed .obj extension (#13685) · 3e94f94b
    Bastien Schatt authored and Brad King's avatar Brad King committed
    CMAKE_<LANG>_OUTPUT_EXTENSION tells us the proper extension for the
    current toolchain.  Teach the ComputeObjectFilenames method to use
    GetLanguageOutputExtension to look up the extension instead of
    hard-coding ".obj".  This is already done in the code path for explicit
    file names inside our call to GetObjectFileNameWithoutTarget.
    3e94f94b