1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-08-09 08:55:35 +02:00
gbe_fork/cmake/share/cmake-3.30/Modules/Compiler/OrangeC-ASM.cmake
2024-08-19 00:33:31 +02:00

7 lines
176 B
CMake

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)