CMake/Templates
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
..
MSBuild VS: Properly quote arguments in nasm.xml 2018-07-02 18:50:12 -04:00
Windows VS: Add support for Windows 10 Universal (Store) Applications 2015-10-05 09:48:11 -04:00
AppleInfo.plist Drop unnecessary LSRequiresCarbon reference from Info.plist files 2016-03-18 09:47:03 -04:00
CMakeVSMacros1.vsmacros
CMakeVSMacros2.vsmacros
CPack.GenericDescription.txt Replace http://www.cmake.org URLs with https://cmake.org 2015-09-25 15:47:39 -04:00
CPack.GenericLicense.txt Replace http://www.cmake.org URLs with https://cmake.org 2015-09-25 15:47:39 -04:00
CPack.GenericWelcome.txt
CPackConfig.cmake.in Add an "installed file" property scope 2014-05-28 12:28:18 -04:00
CTestScript.cmake.in Convert CMake-language commands to lower case 2012-08-13 14:19:16 -04:00
TestDriver.cxx.in Merge topic 'nolint_typedef_testdriver' 2018-06-01 09:48:51 -04:00