summaryrefslogtreecommitdiff
path: root/Modules/Compiler/QCC-ASM.cmake
diff options
context:
space:
mode:
authorMaikel van den Hurk <maikel.vandenhurk@tomtom.com>2019-02-25 08:28:47 +0100
committerMaikel van den Hurk <maikel.vandenhurk@tomtom.com>2019-02-25 08:28:47 +0100
commitbe87ce43f009b3baed3afd6b024bc05bb070b7de (patch)
tree2f615d3ffe97e65954627aaf1e52388e71c9e57a /Modules/Compiler/QCC-ASM.cmake
parentf725750f040c3649d51af1543c03cf6c45307c12 (diff)
downloadcmake-be87ce43f009b3baed3afd6b024bc05bb070b7de.tar.gz
Add ASM Compiler detection for QCC
Diffstat (limited to 'Modules/Compiler/QCC-ASM.cmake')
-rw-r--r--Modules/Compiler/QCC-ASM.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Compiler/QCC-ASM.cmake b/Modules/Compiler/QCC-ASM.cmake
new file mode 100644
index 0000000000..9a9935b274
--- /dev/null
+++ b/Modules/Compiler/QCC-ASM.cmake
@@ -0,0 +1,2 @@
+include(Compiler/QCC)
+__compiler_qcc(ASM)