CMake/Modules/Compiler/TI-ASM.cmake
Josef Angstenberger ef528f10bf
Compiler/TI: Sync ASM settings to C/CXX
For assembler the same compiler executable is used as for C/CXX.

So the setting shall be kept in sync.
2020-07-14 02:23:57 +02:00

5 lines
89 B
CMake

include(Compiler/TI)
__compiler_ti(ASM)
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS asm;s;abs)