summaryrefslogtreecommitdiffstats
path: root/lib/meson.build
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <bigfoot@figboot.dev>2026-01-06 03:27:12 -0600
committerLibravatar bigfoot547 <bigfoot@figboot.dev>2026-01-06 03:27:12 -0600
commit4cf8b35097a131abcfc8e0d04d35294be13943ac (patch)
treebb384a58c53d7b4ab9faf45e84677ae5cdb42ac1 /lib/meson.build
initial commit
Diffstat (limited to 'lib/meson.build')
-rw-r--r--lib/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/meson.build b/lib/meson.build
new file mode 100644
index 0000000..d2fca24
--- /dev/null
+++ b/lib/meson.build
@@ -0,0 +1,5 @@
+vaclaunch_lib_inc = include_directories('include')
+vaclaunch_libs = both_libraries('vaclaunch',
+ files('manifest.c', 'log.c', 'net.c', 'sha1.c', 'arena.c'),
+ include_directories : vaclaunch_lib_inc,
+ dependencies : [ curl_dep, jansson_dep ])