aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBruce Merry <bmerry@sarao.ac.za>2023-08-28 14:16:40 +0200
committerXavier Claessens <xclaesse@gmail.com>2023-08-28 12:04:40 -0400
commit83d3bf85cf0d34a73bffc3c79f758f4ff3b13fbd (patch)
treeeea4b5796527b505cd6d3a66ca00eb37a7b20127 /docs
parent237b4c0f4181ffb947f311f612dad05fd8b6a7b4 (diff)
downloadmeson-83d3bf85cf0d34a73bffc3c79f758f4ff3b13fbd.zip
meson-83d3bf85cf0d34a73bffc3c79f758f4ff3b13fbd.tar.gz
meson-83d3bf85cf0d34a73bffc3c79f758f4ff3b13fbd.tar.bz2
Add CUDA id and flags to reference tables
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Reference-tables.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md
index 377b362..4a869ad 100644
--- a/docs/markdown/Reference-tables.md
+++ b/docs/markdown/Reference-tables.md
@@ -30,6 +30,7 @@ These are return values of the `get_id` (Compiler family) and
| msvc | Microsoft Visual Studio | msvc |
| nagfor | The NAG Fortran compiler | |
| nvidia_hpc| NVidia HPC SDK compilers | |
+| nvcc | NVidia CUDA compiler | |
| open64 | The Open64 Fortran Compiler | |
| pathscale | The Pathscale Fortran compiler | |
| pgi | Portland PGI C/C++/Fortran compilers | |
@@ -208,6 +209,7 @@ to your build target.
| C | c_args | c_link_args |
| C++ | cpp_args | cpp_link_args |
| C# | cs_args | cs_link_args |
+| CUDA | cuda_args | cuda_link_args |
| D | d_args | d_link_args |
| Fortran | fortran_args | fortran_link_args |
| Java | java_args | java_link_args |
@@ -239,6 +241,7 @@ arguments](#language-arguments-parameter-names) instead.
| ----- | ------- |
| CFLAGS | Flags for the C compiler |
| CXXFLAGS | Flags for the C++ compiler |
+| CUFLAGS | Flags for the CUDA compiler |
| OBJCFLAGS | Flags for the Objective C compiler |
| FFLAGS | Flags for the Fortran compiler |
| DFLAGS | Flags for the D compiler |