zombie
52c55c07f0
i myself find it better and less gay than cmake like cmake seems more for cpp (it still works with both) meanwhile meson *feels* like it supports both equally
4 lines
126 B
Meson
4 lines
126 B
Meson
project('playergame', 'c')
|
|
cursesdep = dependency('curses')
|
|
executable('playergame', 'src/main.c', dependencies : cursesdep)
|
|
|