You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
176 B
8 lines
176 B
1 year ago
|
include(Compiler/OrangeC)
|
||
|
__compiler_orangec(ASM)
|
||
|
|
||
|
set(CMAKE_ASM_OUTPUT_EXTENSION ".o")
|
||
|
set(CMAKE_ASM_VERBOSE_FLAG "-yyyyy")
|
||
|
|
||
|
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;S;asm;nas)
|