mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05: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)
|