# SPDX-FileCopyrightText: 2016-2020 Bruce Cowan <bruce@bcowan.me.uk>
#
# SPDX-License-Identifier: CC0-1.0
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, resources, compiled_schemas,
           dependencies: [config_h, gio_dep, gtk_dep],
           install_dir: get_option('bindir'),
           install: true)