From baff6bccac5f4f476033276bed8a9cc3cb3c5a15 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Sat, 22 Jan 2022 22:49:33 -0600 Subject: Subprojects.md:add link to is_subproject() --- docs/markdown/Subprojects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Subprojects.md b/docs/markdown/Subprojects.md index fef9d11..636d70c 100644 --- a/docs/markdown/Subprojects.md +++ b/docs/markdown/Subprojects.md @@ -89,7 +89,7 @@ limitations, the most important being that global compiler arguments must be set in the main project before calling subproject. Subprojects must not set global arguments because there is no way to do that reliably over multiple subprojects. To check whether you are running -as a subproject, use the `is_subproject` function. +as a subproject, use [[meson.is_subproject]]. ## Using a subproject -- cgit v1.1