diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2022-06-22 17:47:16 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-06-27 18:29:48 -0400 |
| commit | 8ef39090864bd6f14a9b628079840a411b129037 (patch) | |
| tree | 8c11299704159051b63c57c74de8a882818cc79d /docs/markdown | |
| parent | 0960cd3c23312f9945c07bc5b8af603bc17fae5a (diff) | |
| download | meson-8ef39090864bd6f14a9b628079840a411b129037.tar.gz | |
docs: grammar nit
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/CMake-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/CMake-module.md b/docs/markdown/CMake-module.md index c531756a1..813a1c025 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: |
