aboutsummaryrefslogtreecommitdiff
path: root/src/lib/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/lib/meson.build
parent3de5a3245a944944b2853e613d2cd7b72f2ac24d (diff)
downloadgnunet-dc222ad3a32cfa1755ea634f547c99f58cff7c05.tar.gz
gnunet-dc222ad3a32cfa1755ea634f547c99f58cff7c05.zip
meson: reintroduce libgnunet build with meson
Diffstat (limited to 'src/lib/meson.build')
-rw-r--r--src/lib/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/meson.build b/src/lib/meson.build
new file mode 100644
index 000000000..41c662a4f
--- /dev/null
+++ b/src/lib/meson.build
@@ -0,0 +1,8 @@
1subdir('util')
2subdir('hello')
3subdir('block')
4subdir('json', if_found : json_dep)
5subdir('curl', if_found : [curl_dep])
6subdir('sq', if_found : [sqlite_dep])
7subdir('pq', if_found : [pq_dep])
8subdir('gnsrecord')