CMake/Modules/Platform/Apple-Clang-ASM.cmake
Gregor Jasny 638fa41234 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
2019-10-07 20:51:01 +02:00

3 lines
58 B
CMake

include(Platform/Apple-Clang)
__apple_compiler_clang(ASM)