mirror of
https://github.com/reactos/CMake.git
synced 2024-11-26 13:00:25 +00:00
73183bc215
Alex
7 lines
181 B
CMake
7 lines
181 B
CMake
# support for AT&T syntax assemblers, e.g. GNU as
|
|
|
|
SET(ASM_DIALECT "-ATT")
|
|
SET(CMAKE_ASM${ASM_DIALECT}_SOURCE_FILE_EXTENSIONS s;S;asm)
|
|
INCLUDE(CMakeASMInformation)
|
|
SET(ASM_DIALECT)
|