Skip to content

Commit

Permalink
cmake/common: Add language map entry for nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
res2k committed Nov 4, 2024
1 parent b8cdd06 commit 1324091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesonbuild/cmake/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
'c': 'C',
'cpp': 'CXX',
'cuda': 'CUDA',
'nasm': 'ASM_NASM',
'objc': 'OBJC',
'objcpp': 'OBJCXX',
'cs': 'CSharp',
Expand Down

0 comments on commit 1324091

Please sign in to comment.