Files
CMake/Modules/Platform/Apple-Clang-ASM.cmake
Gregor Jasny 1a3a62251b 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-09 09:18:33 -04:00

3 lines
58 B
CMake

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