cmake/Modules/Compiler/IBMClang-ASM.cmake

6 lines
100 B
CMake
Raw Normal View History

2022-03-29 21:10:50 +02:00
include(Compiler/IBMClang)
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;S;asm)
__compiler_ibmclang(ASM)