aboutsummaryrefslogtreecommitdiff
path: root/src/cli/identity/meson.build
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-19 14:42:43 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-19 14:42:43 +0200
commitdc222ad3a32cfa1755ea634f547c99f58cff7c05 (patch)
treef8a6b586db5d60f7616c9dd30bb3b49211bb5c9d /src/cli/identity/meson.build
parent3de5a3245a944944b2853e613d2cd7b72f2ac24d (diff)
downloadgnunet-dc222ad3a32cfa1755ea634f547c99f58cff7c05.tar.gz
gnunet-dc222ad3a32cfa1755ea634f547c99f58cff7c05.zip
meson: reintroduce libgnunet build with meson
Diffstat (limited to 'src/cli/identity/meson.build')
-rw-r--r--src/cli/identity/meson.build9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cli/identity/meson.build b/src/cli/identity/meson.build
new file mode 100644
index 000000000..958a4ccd5
--- /dev/null
+++ b/src/cli/identity/meson.build
@@ -0,0 +1,9 @@
1executable ('gnunet-identity',
2 ['gnunet-identity.c'],
3 dependencies: [libgnunetidentity_dep,
4 libgnunetutil_dep,
5 libgnunetstatistics_dep],
6 include_directories: [incdir, configuration_inc],
7 install: true,
8 install_dir: get_option('bindir'))
9