mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
ADSP: Treat .s files as asm sources
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
include(Compiler/ADSP)
|
||||
__compiler_adsp(ASM)
|
||||
|
||||
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS asm)
|
||||
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS S;s;asm)
|
||||
|
||||
Reference in New Issue
Block a user