summaryrefslogtreecommitdiffstats
path: root/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 /meson.build
parentendian functions (diff)
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index d34bf7d..ec2b878 100644
--- a/meson.build
+++ b/meson.build
@@ -87,6 +87,7 @@ configure_file(
output : 'config.h')
subdir('lib')
+subdir('ui')
executable('vl', files('main.c'),
link_with : [ vaclaunch_libs.get_shared_lib() ],