Updated formatting of documentation plus a little reorganization.
[cmake.git] / Modules / CMakeASM-ATTInformation.cmake
blobccd8b12b452d382dbc0aeeb0081020e35c1d1fa6
1 # support for AT&T syntax assemblers, e.g. GNU as
3 SET(ASM_DIALECT "-ATT")
4 # *.S files are supposed to be preprocessed, so they should not be passed to
5 # assembler but should be processed by gcc
6 SET(CMAKE_ASM${ASM_DIALECT}_SOURCE_FILE_EXTENSIONS s;asm)
7 INCLUDE(CMakeASMInformation)
8 SET(ASM_DIALECT)