diff options
| author | Anton Leontiev <scileont@gmail.com> | 2019-10-19 00:26:37 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-10-19 19:14:10 +0300 |
| commit | ddd7cf634b6c691c656b59ee44ff9c35c3c5d5b8 (patch) | |
| tree | deb727d2ec2e9da1cdf7451d0e9fb4da70f18b4d /docs/markdown/Dependencies.md | |
| parent | 998a1f5fa3f7e86ce3902544bc61f54c9709926b (diff) | |
| download | meson-ddd7cf634b6c691c656b59ee44ff9c35c3c5d5b8.tar.gz | |
docs: Add missing language identifier [skip ci]
Diffstat (limited to 'docs/markdown/Dependencies.md')
| -rw-r--r-- | docs/markdown/Dependencies.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index 9672887fa..49c096260 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -315,7 +315,8 @@ as getting it to work standalone is tricky. You can set the `main` keyword argument to `true` to use the `main()` function provided by GTest: -``` + +```meson gtest_dep = dependency('gtest', main : true, required : false) e = executable('testprog', 'test.cc', dependencies : gtest_dep) test('gtest test', e) |
