Dup Goto 📝

MesonNotes001

PT2/aw/dev/buildsys 07-31 13:46:42
To Pop
15 lines, 28 words, 250 chars Monday 2023-07-31 13:46:42

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