mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
99ac59d31b
Our development workflow tooling prevents trailing blank lines from being added, but some such lines remain from before that was enforced. Remove them to make it easier to rename files without triggering enforcement.
7 lines
291 B
CMake
7 lines
291 B
CMake
include(Platform/Generic-ADSP-Common)
|
|
|
|
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS asm)
|
|
set(CMAKE_ASM_OUTPUT_EXTENSION ".doj" )
|
|
set(CMAKE_ASM_COMPILE_OBJECT
|
|
"<CMAKE_ASM_COMPILER> <INCLUDES> <FLAGS> -proc ${ADSP_PROCESSOR} -si-revision ${ADSP_PROCESSOR_SILICIUM_REVISION} -o <OBJECT> <SOURCE>")
|