Sign in
qemu
/
meson
/
refs/heads/wip/default-directories
/
.
/
docs
/
markdown
/
snippets
/
templates.md
blob: 6f0474d8d25d74414cb2ceef526fc6912df3f13b [
file
] [
log
] [
blame
] [
view
]
## 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
```