Skip to content

VS: Honor compile options for ASM_MARMASM and ASM_NASM

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

The Ninja and Makefile generators honor target_compile_options and friends for ASM_MARMMASM and ASM_NASM .asm sources. Teach the VS generator to honor them too for consistency.

Issue: #24289 (closed)
Fixes: #24304 (closed)

Edited by Brad King

Merge request reports