CMake/Tests/VSMASM/foo.asm
Brad King df3b007d7f VS: Add test for MASM support
It is now expected to work with VS >= 10 and MSVC >= 13.1.
2014-08-20 10:19:49 -04:00

8 lines
74 B
NASM

ifndef TESTx64
.386
.model flat, c
endif
.code
include <foo-proc.asm>
end