You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`ASM_MARMASM`[Microsoft ARM Assembler](https://learn.microsoft.com/en-us/cpp/assembler/arm/arm-assembler-command-line-reference)
60
+
-`ASM-ATT`
61
+
-`Java` (undocumented)
62
+
-`RC` (undocumented)
63
+
64
+
After a language is enabled, adding sources files with the corresponding extension to your target will automatically use the appropriate compiler/assembler for it.
65
+
66
+
_Note_: It is generally discouraged to disable the `C` language, unless you are absolutely sure it is not used. Sometimes projects added with `fetch-content` implicitly require it and the error messages can be extremely confusing.
67
+
42
68
## Conditions
43
69
44
70
You can specify your own conditions and use them in any `condition` field:
0 commit comments