aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-04-22 12:18:28 +0200
committerThomas White <taw@bitwiz.me.uk>2018-04-22 23:22:39 +0200
commitef49ac2a7919d9284e2db4c34b5fccf3d636f72e (patch)
tree77761a6c0035c083eadaa9b7da96a0df0bddc253 /meson.build
parent3f0ef3ba6d8389a6aaeef7183c2a41b57ba36a8d (diff)
Add preliminary stylesheet editor
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 24f54ed..a2e3fb2 100644
--- a/meson.build
+++ b/meson.build
@@ -44,6 +44,7 @@ executable('colloquium',
'src/print.c',
'src/sc_parse.c',
'src/utils.c',
+ 'src/stylesheet_editor.c',
],
gresources,
dependencies : [gtkdep, mdep],