summaryrefslogtreecommitdiffstats
path: root/Tests/VSNASM/foo.asm
Commit message (Collapse)AuthorAgeFilesLines
* VS: Honor compile options for ASM_NASMBrad King2023-01-261-1/+5
| | | | | | | | The Ninja and Makefile generators honor `target_compile_options` and friends for ASM_NASM `.asm` sources. Teach the VS generator to honor them too for consistency. Issue: #24289
* VS: Add support for ASM_NASM languageEvgeny Fimochkin2017-02-071-0/+7
Fixes: #16469