project('stargaze', 'c', license: 'GPL-3', version: '0.1') add_project_arguments('-DDATADIR="@0@/share"'.format(get_option('prefix')), language: 'c') notcurses_dep = dependency('notcurses-core') executable('stargaze', 'main.c', dependencies: notcurses_dep, install: true) install_subdir('stargaze', install_dir: 'share')