mirror of
https://github.com/reactos/CMake.git
synced 2025-02-16 17:48:25 +00:00
9 lines
299 B
CMake
9 lines
299 B
CMake
# support for AT&T syntax assemblers, e.g. GNU as
|
|
|
|
SET(ASM_DIALECT "-ATT")
|
|
# *.S files are supposed to be preprocessed, so they should not be passed to
|
|
# assembler but should be processed by gcc
|
|
SET(CMAKE_ASM${ASM_DIALECT}_SOURCE_FILE_EXTENSIONS s;asm)
|
|
INCLUDE(CMakeASMInformation)
|
|
SET(ASM_DIALECT)
|