Raw File
Clang-ASM.cmake
include(Compiler/Clang)

set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;S;asm)

__compiler_clang(ASM)
back to top