summaryrefslogtreecommitdiffstats
path: root/src/cgtop
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-06-25 20:21:42 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-08-01 14:37:31 +0200
commit9f907d305f04983c2257f821b11edcdbff81bf17 (patch)
tree57736c6855d29bb90d57602fe4c44aade3e3db5e /src/cgtop
parentmeson: move declarations of ask-password and friends (diff)
downloadsystemd-9f907d305f04983c2257f821b11edcdbff81bf17.tar.xz
systemd-9f907d305f04983c2257f821b11edcdbff81bf17.zip
meson: move declarations of cgls, cgtop, initctl, and systemd-mount
Diffstat (limited to 'src/cgtop')
-rw-r--r--src/cgtop/meson.build9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cgtop/meson.build b/src/cgtop/meson.build
new file mode 100644
index 0000000000..afe6a33933
--- /dev/null
+++ b/src/cgtop/meson.build
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+executables += [
+ executable_template + {
+ 'name' : 'systemd-cgtop',
+ 'public' : true,
+ 'sources' : files('cgtop.c'),
+ },
+]