summaryrefslogtreecommitdiffstats
path: root/ui/meson.build
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <bigfoot@figboot.dev>2026-01-24 16:04:56 -0600
committerLibravatar bigfoot547 <bigfoot@figboot.dev>2026-01-24 16:04:56 -0600
commit154f94d1fd2de8f6510bfebba848a24c60b1ba8b (patch)
tree072bf7b9bb6f3599f54cf200e4d9eedde783c34d /ui/meson.build
parentendian functions (diff)
Diffstat (limited to 'ui/meson.build')
-rw-r--r--ui/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/meson.build b/ui/meson.build
new file mode 100644
index 0000000..c1c4cb8
--- /dev/null
+++ b/ui/meson.build
@@ -0,0 +1,8 @@
+gtk4_dep = dependency('gtk4', required : true)
+
+subdir('resources')
+
+executable('vlui', files('main.c'), main_res,
+ link_with : [ vaclaunch_libs.get_shared_lib() ],
+ dependencies : [ curl_dep, jansson_dep, gtk4_dep ],
+ include_directories : proj_inc)