Skip to content

VS: Honor compile options for MASM

Brad King requested to merge brad.king/cmake:vs-masm-flags into master

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 (closed)

Merge request reports