CMakeTestASM-ATTCompiler.cmake 362 B

123456789
  1. # This file is used by EnableLanguage in cmGlobalGenerator to
  2. # determine that that selected ASM-ATT compiler can actually compile
  3. # and link the most basic of programs. If not, a fatal error
  4. # is set and cmake stops processing commands and will not generate
  5. # any makefiles or projects.
  6. SET(ASM_DIALECT "-ATT")
  7. INCLUDE(CMakeTestASMCompiler)
  8. SET(ASM_DIALECT)