project('choinka', 'c', default_options: ['c_std=c11']) ncurses_dep = dependency('ncurses') executable('choinka', 'choinka.c', dependencies: ncurses_dep, install: true)