CMake/Tests/VSNASM
David Benjamin cb694f8cd6 VS: Properly quote arguments in nasm.xml
Most arguments were quoted, but some weren't, causing problems if the
arguments contained whitespace.

In particular, the _STL_EXTRA_DISABLED_WARNINGS value takes spaces and
CMake's NASM support applies all add_definitions lines to NASM. The -D
flag is missing quotes, so projects using NASM and setting
_STL_EXTRA_DISABLED_WARNINGS break in the Visual Studio generator.

Likewise, the -o flag is missing quotes, which means filenames with
spaces do not work.

(The -U flag is unlikely to need quotes, but include them for
consistency.)

Extend the existing VSNASM test to cover these cases.
2018-07-02 18:50:12 -04:00
..
include VS: Properly quote arguments in nasm.xml 2018-07-02 18:50:12 -04:00
bar.asm VS: Properly quote arguments in nasm.xml 2018-07-02 18:50:12 -04:00
CMakeLists.txt VS: Properly quote arguments in nasm.xml 2018-07-02 18:50:12 -04:00
foo.asm VS: Add support for ASM_NASM language 2017-02-07 13:20:52 -05:00
main.c VS: Properly quote arguments in nasm.xml 2018-07-02 18:50:12 -04:00