From 6f9699f6717f4d5c886b4222f605d081b1d8b904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Wed, 3 Aug 2011 20:29:04 +0000 Subject: [PATCH] [CMAKE] - add cmake visual ASM compiler detection script, from cmake 2.8.5 + modification to handle ml32/64 svn path=/trunk/; revision=53055 --- reactos/cmake/Compiler/VISUAL-ASM.cmake | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 reactos/cmake/Compiler/VISUAL-ASM.cmake diff --git a/reactos/cmake/Compiler/VISUAL-ASM.cmake b/reactos/cmake/Compiler/VISUAL-ASM.cmake new file mode 100644 index 00000000000..0f8019a8e80 --- /dev/null +++ b/reactos/cmake/Compiler/VISUAL-ASM.cmake @@ -0,0 +1,2 @@ + +set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;S)