small meson introduction

This commit is contained in:
2022-01-01 21:37:59 +01:00
parent 8cbf6437f5
commit e289320376
3 changed files with 52 additions and 0 deletions

2
Meson Intro/meson.build Normal file
View File

@@ -0,0 +1,2 @@
project('tutorial', 'c')
executable('demo', 'main.c')