Clang-ASM.cmake 94 B

12345
  1. include(Compiler/Clang)
  2. set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;S;asm)
  3. __compiler_clang(ASM)