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