summaryrefslogtreecommitdiff
path: root/Modules/Compiler
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-02-25 09:33:25 -0500
committerBrad King <brad.king@kitware.com>2019-02-25 09:33:25 -0500
commit4d337be994e56558b72a0d3e76fa218be289f226 (patch)
treef18cf7db92aeae1d824e91895e9f7279edb509c2 /Modules/Compiler
parentaf000abbba8dd5ca0a1632a651d3bea00d1a1b43 (diff)
parentbe87ce43f009b3baed3afd6b024bc05bb070b7de (diff)
downloadcmake-4d337be994e56558b72a0d3e76fa218be289f226.tar.gz
Merge branch 'qcc-asm-detection' into release-3.14
Merge-request: !3016
Diffstat (limited to 'Modules/Compiler')
-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)