summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-05-10 18:57:59 +1200
committerArslaan Pathan <[email protected]>2026-05-10 18:57:59 +1200
commit39582a268399762fe57764891cbd09ca7f434ae4 (patch)
tree7046ba8076f606d70b1f811e712e2489caea78fc /meson.build
downloadihatewayland-main.tar.xz
ihatewayland-main.zip
initial commitHEADmain
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson.build b/meson.build
new file mode 100644
index 0000000..4c23735
--- /dev/null
+++ b/meson.build
@@ -0,0 +1,5 @@
+project('i-hate-wayland', 'c')
+
+beaker_dep = declare_dependency(link_args: ['-lbeaker'])
+
+executable('i-hate-wayland', 'main.c', dependencies: beaker_dep)