Subprojects.md:add link to is_subproject()

This commit is contained in:
andy5995 2022-01-22 22:49:33 -06:00 committed by Eli Schwartz
parent 603244b059
commit baff6bccac
1 changed files with 1 additions and 1 deletions

View File

@ -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