mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 11:50:11 -05:00
81f670fa83
The Ninja and Makefile generators honor `target_compile_options` and friends for MASM `.asm` sources. Teach the VS generator to honor them too for consistency. Fixes: #24289