project('i-hate-wayland', 'c') beaker_dep = declare_dependency(link_args: ['-lbeaker']) executable('i-hate-wayland', 'main.c', dependencies: beaker_dep)