[CMAKE]
authorJérôme Gardou <jerome.gardou@reactos.org>
Wed, 3 Aug 2011 20:29:04 +0000 (20:29 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Wed, 3 Aug 2011 20:29:04 +0000 (20:29 +0000)
- 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 [new file with mode: 0644]

diff --git a/reactos/cmake/Compiler/VISUAL-ASM.cmake b/reactos/cmake/Compiler/VISUAL-ASM.cmake
new file mode 100644 (file)
index 0000000..0f8019a
--- /dev/null
@@ -0,0 +1,2 @@
+
+set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;S)