CMake/Modules/Compiler/IBMClang-ASM.cmake
2022-01-27 09:38:01 -05:00

6 lines
100 B
CMake

include(Compiler/IBMClang)
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;S;asm)
__compiler_ibmclang(ASM)