mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-22 12:31:22 +08:00
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)
|