2 # This file is used by EnableLanguage in cmGlobalGenerator to
3 # determine that the selected ASM_MASM "compiler" (should be masm or masm64)
4 # can actually "compile" and link the most basic of programs. If not, a
5 # fatal error is set and cmake stops processing commands and will not generate
6 # any makefiles or projects.
8 SET(ASM_DIALECT "_MASM")
9 INCLUDE(CMakeTestASMCompiler)