cmake/Modules/Compiler/ADSP-ASM.cmake

5 lines
91 B
CMake
Raw Normal View History

2024-04-14 22:45:38 +02:00
include(Compiler/ADSP)
__compiler_adsp(ASM)
2024-07-09 14:46:46 +02:00
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS S;s;asm)