summaryrefslogtreecommitdiffstats
path: root/Tests/VSMASM/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use string(APPEND) in TestsDaniel Pfeifer2016-07-271-1/+1
| | | | | | | Automate with: find Tests -type f -print0 | xargs -0 perl -i -0pe \ 's/set\(([a-zA-Z0-9_]+)(\s+)"\$\{\1\}([^"])/string(APPEND \1\2"\3/g'
* VS: Add test for MASM supportBrad King2014-08-201-0/+10
It is now expected to work with VS >= 10 and MSVC >= 13.1.