From 7186279ffaf8b5827d5ba4eedbe9249bc48f82c7 Mon Sep 17 00:00:00 2001 From: Daniele Nicolodi Date: Fri, 10 Feb 2023 21:18:04 +0100 Subject: docs: Add cython to the languages accepted by project() Fixes #11373. --- docs/yaml/functions/project.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/yaml/functions') diff --git a/docs/yaml/functions/project.yaml b/docs/yaml/functions/project.yaml index ba33efc..7c9c69d 100644 --- a/docs/yaml/functions/project.yaml +++ b/docs/yaml/functions/project.yaml @@ -22,8 +22,9 @@ description: | *(since 0.56.0)* The build machine compilers for the specified languages are not required. - Supported values for languages are `c`, `cpp` (for `C++`), `cuda`, `d`, - `objc`, `objcpp`, `fortran`, `java`, `cs` (for `C#`), `vala` and `rust`. + Supported values for languages are `c`, `cpp` (for `C++`), `cuda`, + `cython`, `d`, `objc`, `objcpp`, `fortran`, `java`, `cs` (for `C#`), + `vala` and `rust`. posargs: project_name: -- cgit v1.1