Skip to content
Snippets Groups Projects
Forked from Bruce Cowan / Rugby
56 commits behind the upstream repository.
meson.build 496 B
# SPDX-FileCopyrightText: 2016-2022 Bruce Cowan <bruce@bcowan.me.uk>
#
# SPDX-License-Identifier: GPL-3.0-or-later
sources = [
    'main.c',
    'rugby-app-window.c',
    'rugby-list-store.c',
    'rugby-possibility.c',
    'rugby-possibility-widget.c',
    'rugby-pref-window.c',
]

executable('rugby',
           sources, config_h, resources, compiled_schemas,
           dependencies: [gio_dep, gtk_dep, libadwaita_dep],
           install_dir: get_option('bindir'),
           install: true)