From 154f94d1fd2de8f6510bfebba848a24c60b1ba8b Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Sat, 24 Jan 2026 16:04:56 -0600 Subject: gtk stuff --- ui/meson.build | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ui/meson.build (limited to 'ui/meson.build') 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) -- cgit v1.2.3-70-g09d2