1 # Find the MS assembler (masm or masm64)
3 SET(ASM_DIALECT "_MASM")
5 # if we are using the 64bit cl compiler, assume we also want the 64bit assembler
7 SET(CMAKE_ASM${ASM_DIALECT}_COMPILER_INIT ml64)
9 SET(CMAKE_ASM${ASM_DIALECT}_COMPILER_INIT ml)
12 INCLUDE(CMakeDetermineASMCompiler)