git.bzium.org/
/
embe
/
choinka.git
/ blob
1d114a8ec218337b2315db7eff7d84e78584f417
[embe/choinka.git]
/
meson.build
1
project('choinka', 'c', default_options: ['c_std=c11'])
2
ncurses_dep = dependency('ncurses')
3
executable('choinka', 'choinka.c', dependencies: ncurses_dep)