diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-02-05 19:45:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-05 19:45:59 +0200 |
| commit | dc8d2415836953a8e7fbb06931d34caab1bb2bfb (patch) | |
| tree | b8ef952d456c0cee8766cdaade4bc5e98d0fbd1b /docs | |
| parent | 91ee0d1405989bcffc44bbcf5132889aa400c2c6 (diff) | |
| parent | b2b7fca320156b6375cc69eed6621bedccef3827 (diff) | |
| download | meson-dc8d2415836953a8e7fbb06931d34caab1bb2bfb.tar.gz | |
Merge pull request #6573 from michaelbadcrumble/add_sample_templates
Add new Meson sample templates
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/snippets/more_meson_sample_templates.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/more_meson_sample_templates.md b/docs/markdown/snippets/more_meson_sample_templates.md new file mode 100644 index 000000000..e10da9cd6 --- /dev/null +++ b/docs/markdown/snippets/more_meson_sample_templates.md @@ -0,0 +1,6 @@ +## More new sample Meson templates for (`Java`, `Cuda`, and more) + +Meson now ships with predefined project templates for `Java`, +`Cuda`, `Objective-C++`, and `C#`, we provided with associated +values for corresponding languages, avalable for both library, +and executable. |
