summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Apple-Clang-ASM.cmake
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2019-10-07 18:45:51 (GMT)
committerGregor Jasny <gjasny@googlemail.com>2019-10-07 18:51:01 (GMT)
commit638fa41234fe2935a471377f8493718cd92f42c1 (patch)
tree613d0f00b76fe9557ca657e188526285eaeea542 /Modules/Platform/Apple-Clang-ASM.cmake
parent4c29297495b53e07f61a6de1f5f689ddd6bab7bd (diff)
downloadCMake-638fa41234fe2935a471377f8493718cd92f42c1.zip
CMake-638fa41234fe2935a471377f8493718cd92f42c1.tar.gz
CMake-638fa41234fe2935a471377f8493718cd92f42c1.tar.bz2
Apple: Set Clang ASM compiler features
The same is done for the C and CXX language. This initializes compiler flags like the sysroot path or deployment target. Closes: #19794 Suggested-by: Kyle Fleming
Diffstat (limited to 'Modules/Platform/Apple-Clang-ASM.cmake')
-rw-r--r--Modules/Platform/Apple-Clang-ASM.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/Apple-Clang-ASM.cmake b/Modules/Platform/Apple-Clang-ASM.cmake
new file mode 100644
index 0000000..935cce9
--- /dev/null
+++ b/Modules/Platform/Apple-Clang-ASM.cmake
@@ -0,0 +1,2 @@
+include(Platform/Apple-Clang)
+__apple_compiler_clang(ASM)