1 2 3 4 5 6 7 8 9
if (MSVC) enable_language(ASM_MASM) macro(curdir_masm_flags) set(CMAKE_ASMMASM_FLAGS ${ARGN}) endmacro() endif()