summaryrefslogtreecommitdiff
path: root/src/gui/meson.build
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2025-12-27 12:40:20 +0000
committerMatthew Fennell <matthew@fennell.dev>2025-12-27 12:40:20 +0000
commit5d8e439bc597159e3c9f0a8b65c0ae869dead3a8 (patch)
treeed28aefed8add0da1c55c08fdf80b23c4346e0dc /src/gui/meson.build
Import Upstream version 43.0upstream/latest
Diffstat (limited to 'src/gui/meson.build')
-rw-r--r--src/gui/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/meson.build b/src/gui/meson.build
new file mode 100644
index 0000000..5e67748
--- /dev/null
+++ b/src/gui/meson.build
@@ -0,0 +1,6 @@
+sources += gnome.compile_resources(
+ 'gtd-gui-resources',
+ 'gui.gresource.xml',
+ c_name: 'gtd_gui',
+ export: true,
+)