mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
VS: Honor compile options for ASM_MARMASM
The Ninja and Makefile generators honor `target_compile_options` and friends for ASM_MARMMASM `.asm` sources. Teach the VS generator to honor them too for consistency. Issue: #24289
This commit is contained in:
@@ -119,15 +119,6 @@
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "PredefineDirective",
|
||||
"switch": "predefine",
|
||||
"comment": "Specify a SETA, SETL, or SETS directive to predefine a symbol.",
|
||||
"value": "",
|
||||
"flags": [
|
||||
"UserValue"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "SourceLink",
|
||||
"switch": "sourcelink",
|
||||
|
||||
Reference in New Issue
Block a user