From 8ef39090864bd6f14a9b628079840a411b129037 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 22 Jun 2022 17:47:16 -0400 Subject: docs: grammar nit --- docs/markdown/CMake-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/markdown/CMake-module.md b/docs/markdown/CMake-module.md index c531756..813a1c0 100644 --- a/docs/markdown/CMake-module.md +++ b/docs/markdown/CMake-module.md @@ -54,7 +54,7 @@ be accessed with the methods listed [below](#subproject-object). It is usually enough to just use the dependency object returned by the `dependency()` method in the build targets. This is almost identical -to using `declare_dependency()` object from a normal Meson subproject. +to using the `declare_dependency()` object from a normal Meson subproject. It is also possible to use executables defined in the CMake project as code generators with the `target()` method: -- cgit v1.1