diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-02-09 18:48:43 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-02-25 20:28:28 +0200 |
commit | 999376a347d232eb0da38fc2b30620061a02ee4c (patch) | |
tree | f932f7d4629528bf9457ff6887f6618136ad96ab /docs/markdown/CMake-module.md | |
parent | a94d70711c68d599293309458c2d555e3b1682ce (diff) | |
download | meson-999376a347d232eb0da38fc2b30620061a02ee4c.zip meson-999376a347d232eb0da38fc2b30620061a02ee4c.tar.gz meson-999376a347d232eb0da38fc2b30620061a02ee4c.tar.bz2 |
Document the project policy on mixing build systems. [skip ci]
Diffstat (limited to 'docs/markdown/CMake-module.md')
-rw-r--r-- | docs/markdown/CMake-module.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/CMake-module.md b/docs/markdown/CMake-module.md index a15e3c2..2e2da71 100644 --- a/docs/markdown/CMake-module.md +++ b/docs/markdown/CMake-module.md @@ -1,5 +1,8 @@ # CMake module +**Note**: the functionality of this module is governed by [Meson's + 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 the normal [meson subprojects](Subprojects.md). |