Typo fix. [skip ci]

pull/5854/merge
Jussi Pakkanen 4 years ago
parent 999376a347
commit fb2b637bbb
  1. 2
      docs/markdown/CMake-module.md
  2. 2
      docs/markdown/snippets/uninstalled-pkgconfig.md

@ -1,7 +1,7 @@
# CMake module
**Note**: the functionality of this module is governed by [Meson's
rules on mixing build systems](Mixing-build-systems.md].
rules on mixing build systems](Mixing-build-systems.md).
This module provides helper tools for generating cmake package files.
It also supports the usage of CMake based subprojects, similar to

@ -1,7 +1,7 @@
## Uninstalled pkg-config files
**Note**: the functionality of this module is governed by [Meson's
rules on mixing build systems](Mixing-build-systems.md].
rules on mixing build systems](Mixing-build-systems.md).
The `pkgconfig` module now generates uninstalled pc files as well. For any generated
`foo.pc` file, an extra `foo-uninstalled.pc` file is placed into

Loading…
Cancel
Save