aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/masm.cmake
blob: f4d803dea711d218f491f014d724fde60df80144 (plain) (blame)
1
2
3
4
5
6
7
8
9
if (MSVC)

enable_language(MASM)

macro(curdir_masm_flags)
  set(CMAKE_ASMMASM_FLAGS ${ARGN})
endmacro()

endif()