Dup Ver Goto 📝

MesonNotes001

PT2/aw/dev/buildsys does not exist
To
15 lines, 28 words, 250 chars Page 'MesonNotes001' does not exist.

Summarised from the official tutorial.

Hello World

Put this in meson.build

project('turnip','c')
executable('mrturnip','main.c')

then

$ meson setup builddir
$ cd builddir
$ ninja