Add support for nasm assembler, patch by Peter Collingbourne (see #10069)

Alex
This commit is contained in:
Alex Neundorf
2010-09-25 20:57:03 +02:00
parent f42bae0bd5
commit e1fc9b902a
3 changed files with 52 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# This file is used by EnableLanguage in cmGlobalGenerator to
# determine that the selected ASM_NASM "compiler" works.
# For assembler this can only check whether the compiler has been found,
# because otherwise there would have to be a separate assembler source file
# for each assembler on every architecture.
SET(ASM_DIALECT "_NASM")
INCLUDE(CMakeTestASMCompiler)
SET(ASM_DIALECT)