Browse Source

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
Gregor Jasny 6 years ago
parent
commit
638fa41234
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Modules/Platform/Apple-Clang-ASM.cmake

+ 2 - 0
Modules/Platform/Apple-Clang-ASM.cmake

@@ -0,0 +1,2 @@
+include(Platform/Apple-Clang)
+__apple_compiler_clang(ASM)