11 lines
294 B
CMake
11 lines
294 B
CMake
# support for the MS assembler, masm and masm64
|
|
|
|
SET(ASM_DIALECT "_MASM")
|
|
|
|
SET(CMAKE_ASM${ASM_DIALECT}_SOURCE_FILE_EXTENSIONS asm)
|
|
|
|
SET(CMAKE_ASM${ASM_DIALECT}_COMPILE_OBJECT "<CMAKE_ASM${ASM_DIALECT}_COMPILER> <FLAGS> /c /Fo <OBJECT> <SOURCE>")
|
|
|
|
INCLUDE(CMakeASMInformation)
|
|
SET(ASM_DIALECT)
|