Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Modules / CMakeTestASM_MASMCompiler.cmake
blob9bdf13ad8d6f23ec585d1e4e684fdf177562f0b5
2 # This file is used by EnableLanguage in cmGlobalGenerator to
3 # determine that the selected ASM_MASM "compiler" (should be masm or masm64) 
4 # can actually "compile" and link the most basic of programs.   If not, a 
5 # fatal error is set and cmake stops processing commands and will not generate
6 # any makefiles or projects.
8 SET(ASM_DIALECT "_MASM")
9 INCLUDE(CMakeTestASMCompiler)
10 SET(ASM_DIALECT)