summaryrefslogtreecommitdiff
path: root/Modules/CMakeASMCompiler.cmake.in
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-28 09:14:27 -0400
committerAlexander Neundorf <neundorf@kde.org>2007-06-28 09:14:27 -0400
commit5b18b80b58a73814af8869cbfe17701156e913c3 (patch)
tree8ab1301ef8073a64ff091d7ea3a4f0e28dc56806 /Modules/CMakeASMCompiler.cmake.in
parent43de8c862868be38ce5ffe91edf09898ef8478cf (diff)
downloadcmake-5b18b80b58a73814af8869cbfe17701156e913c3.tar.gz
ENH: initial support for assembler in cmake, needs testing by our users
Alex
Diffstat (limited to 'Modules/CMakeASMCompiler.cmake.in')
-rw-r--r--Modules/CMakeASMCompiler.cmake.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/Modules/CMakeASMCompiler.cmake.in b/Modules/CMakeASMCompiler.cmake.in
new file mode 100644
index 0000000000..f839a3e220
--- /dev/null
+++ b/Modules/CMakeASMCompiler.cmake.in
@@ -0,0 +1,11 @@
+SET(CMAKE_ASM@ASM_DIALECT@_COMPILER "@_CMAKE_ASM_COMPILER@")
+SET(CMAKE_ASM@ASM_DIALECT@_COMPILER_ARG1 "@_CMAKE_ASM_COMPILER_ARG1@")
+SET(CMAKE_AR "@CMAKE_AR@")
+SET(CMAKE_RANLIB "@CMAKE_RANLIB@")
+SET(CMAKE_LINKER "@CMAKE_LINKER@")
+SET(CMAKE_ASM@ASM_DIALECT@_COMPILER_LOADED 1)
+SET(CMAKE_ASM@ASM_DIALECT@_COMPILER_ENV_VAR "@_CMAKE_ASM_COMPILER_ENV_VAR@")
+
+SET(CMAKE_ASM@ASM_DIALECT@_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
+SET(CMAKE_ASM@ASM_DIALECT@_LINKER_PREFERENCE None)
+