mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
c1fc6c80c7
The `AssemblerListingLocation` setting in VS project files is meant for intermediate files created during the build much like object files. When the VS 7 generator was first under development, commit49aebe6c99(new arch, 2002-09-04) placed both object files and the ASM list location in the same directory. Later commitf9aef0e422(Generator now creates a separate intermediate files directory for each target, 2005-07-27) moved the object files to a per-target directory but the ASM list location was not moved with them. Move it now. Fixes: #19480
79 KiB
79 KiB