diff options
| author | Patrick Griffis <tingping@tingping.se> | 2019-08-14 16:35:29 -0700 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-09-23 21:10:00 +0300 |
| commit | 1670fca36fcb1a4fe4780e96731e954515501a35 (patch) | |
| tree | 66b6186701f4bffc3dcbf79867e385365f95fc78 /docs/markdown/Dependencies.md | |
| parent | 6a12f3fc16cde79515ce38040421b1a6743bdbb1 (diff) | |
| download | meson-1670fca36fcb1a4fe4780e96731e954515501a35.tar.gz | |
Add blocks dependency
This allows easily enabling the blocks clang extension.
Diffstat (limited to 'docs/markdown/Dependencies.md')
| -rw-r--r-- | docs/markdown/Dependencies.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index 0cdd353da..9672887fa 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -246,6 +246,16 @@ dep = dependency('appleframeworks', modules : 'foundation') These dependencies can never be found for non-OSX hosts. +## Blocks + +Enable support for Clang's blocks extension. + +```meson +dep = dependency('blocks') +``` + +*(added 0.52.0)* + ## Boost Boost is not a single dependency but rather a group of different |
