CMake/Assembler: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(New page: ==Introduction== Since version 2.6.0 CMake has basic support for using assembler source files in CMake projects. Assembler is different from other languages in that it actually is no singl...)
 
(Replace content with link to new CMake community wiki)
 
(30 intermediate revisions by 12 users not shown)
Line 1: Line 1:
==Introduction==
{{CMake/Template/Moved}}
Since version 2.6.0 CMake has basic support for using assembler source files in CMake projects.
Assembler is different from other languages in that it actually is no single language, but there are many different assembler languages.
CMake supports a generic "ASM" language and specialized "ASM_XXX" languages for assembler "dialects".


Currently supported:
This page has moved [https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/languages/Assembler here].
* ASM-ATT (since 2.6.0)
* ASM_MASM (since 2.6.3)
 
 
 
==How to add support for other assembler "dialects"==

Latest revision as of 15:40, 30 April 2018


The CMake community Wiki has moved to the Kitware GitLab Instance.

This page has moved here.