mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 10:16:50 +00:00
9408a7a802
This placeholder was added to the compilation rules for other languages by commit v3.4.0-rc1~342^2 (Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables, 2015-07-13) but ASM was incorrectly left out. Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
8 lines
292 B
CMake
8 lines
292 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>")
|
|
|