The Meson Build System http://mesonbuild.com/
 
 
 
 
 
 

8 lines
221 B

## 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
```