summaryrefslogtreecommitdiffstats
path: root/src/vpick/meson.build
blob: a8c14cb584f7dc93d768c5ee503db8365ab2310d (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: LGPL-2.1-or-later

executables += [
        executable_template + {
                'name' : 'systemd-vpick',
                'public' : true,
                'sources' : files('vpick-tool.c'),
        },
]