diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2020-02-18 15:03:21 -0800 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-02-19 07:07:35 +0530 |
| commit | 73ddc014774102b378bb89bf9d4801d7b231b745 (patch) | |
| tree | 1f478c6cb10c9ece2ec81d979be9b38e31c07223 /docs/markdown | |
| parent | 52d36aaec13966b68994764191c8881edc92291e (diff) | |
| download | meson-73ddc014774102b378bb89bf9d4801d7b231b745.tar.gz | |
modules/cmake: Add a found() method to the cmake subproject
Just like the native meson subproject has.
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/CMake-module.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/CMake-module.md b/docs/markdown/CMake-module.md index a02139644..a15e3c223 100644 --- a/docs/markdown/CMake-module.md +++ b/docs/markdown/CMake-module.md @@ -99,6 +99,8 @@ and supports the following methods: - `get_variable(name)` fetches the specified variable from inside the subproject. Usually `dependency()` or `target()` should be preferred to extract build targets. + - `found` returns true if the subproject is available, otherwise false + *new in in 0.53.2* ## CMake configuration files |
