diff options
author | Brad King <brad.king@kitware.com> | 2019-02-26 15:42:24 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-02-26 15:42:31 (GMT) |
commit | 30fc5ecf239d4900d8131b7c0933ff4a1d57be80 (patch) | |
tree | 24c5f201175b7654715338cf4ad41fe4bb43be12 /Modules/Compiler | |
parent | 7c292b37cfb28407f7716c63561c8ff7f0dc5540 (diff) | |
parent | be87ce43f009b3baed3afd6b024bc05bb070b7de (diff) | |
download | CMake-30fc5ecf239d4900d8131b7c0933ff4a1d57be80.zip CMake-30fc5ecf239d4900d8131b7c0933ff4a1d57be80.tar.gz CMake-30fc5ecf239d4900d8131b7c0933ff4a1d57be80.tar.bz2 |
Merge topic 'qcc-asm-detection'
be87ce43f0 Add ASM Compiler detection for QCC
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Bartosz <gang65@poczta.onet.pl>
Merge-request: !3016
Diffstat (limited to 'Modules/Compiler')
-rw-r--r-- | Modules/Compiler/QCC-ASM.cmake | 2 |
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 0000000..9a9935b --- /dev/null +++ b/Modules/Compiler/QCC-ASM.cmake @@ -0,0 +1,2 @@ +include(Compiler/QCC) +__compiler_qcc(ASM) |