summaryrefslogtreecommitdiff
path: root/Modules/Compiler/Clang-ASM.cmake
blob: 16c9c159c217f539d18863ba7a9072585f5e0ff2 (plain)
1
2
3
4
5
include(Compiler/Clang)

set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;S;asm)

__compiler_clang(ASM)