Forked from
Bruce Cowan / Rugby
102 commits behind the upstream repository.
-
Bruce Cowan authored
Add compiled schemas to the binary Use standard VCS tagging system
Bruce Cowan authoredAdd compiled schemas to the binary Use standard VCS tagging system
meson.build 471 B
# 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)