1
0

ASM_DIALECT.rst 592 B

12345678910111213
  1. ASM<DIALECT>
  2. ------------
  3. .. include:: ENV_VAR.txt
  4. Preferred executable for compiling a specific dialect of assembly language
  5. files. ``ASM<DIALECT>`` can be ``ASM``, ``ASM_NASM``, ``ASM_MASM`` or
  6. ``ASM-ATT``. Will only be used by CMake on the first configuration to determine
  7. ``ASM<DIALECT>`` compiler, after which the value for ``ASM<DIALECT>`` is stored
  8. in the cache as
  9. :variable:`CMAKE_ASM<DIALECT>_COMPILER <CMAKE_<LANG>_COMPILER>`. For subsequent
  10. configuration runs, the environment variable will be ignored in favor of
  11. :variable:`CMAKE_ASM<DIALECT>_COMPILER <CMAKE_<LANG>_COMPILER>`.