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

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