From 4a189cf8c53e22b747521cae93c18cac3a45cc5a Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 28 Dec 2017 00:01:31 +0200 Subject: Add unit test that checks that the sample projects compile. --- docs/markdown/snippets/templates.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/markdown/snippets/templates.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/templates.md b/docs/markdown/snippets/templates.md new file mode 100644 index 0000000..6f0474d --- /dev/null +++ b/docs/markdown/snippets/templates.md @@ -0,0 +1,8 @@ +## Project templates + +Meson ships with predefined project templates. To start a new project from +scratch, simply go to an empty directory and type: + +```meson +meson init --name=myproject --type=executable --language=c +``` -- cgit v1.1