From 07b64f09a3b866520d8e4729f11f882780cdb6e3 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Thu, 14 May 2026 13:05:34 +1200 Subject: Initial commit --- meson.build | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meson.build (limited to 'meson.build') diff --git a/meson.build b/meson.build new file mode 100644 index 0000000..d3985a2 --- /dev/null +++ b/meson.build @@ -0,0 +1,5 @@ +project('simple-x11-window', 'c') + +x11_dep = dependency('x11') + +executable('simple-x11-window', 'main.c', dependencies: x11_dep) -- cgit v1.2.3