aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-09-20 17:12:29 +0200
committerThomas White <taw@physics.org>2019-10-05 17:03:25 +0200
commit387858893a1a858e8205aae28a3609006c0c717d (patch)
tree1a52586a133e864097c6b3aa4c4e66aea2c14bdd /meson.build
parent03ca4360631d5b0438912470c483989d294d7a1e (diff)
Parse emphasis blocks in Bison
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 17537b6..139c818 100644
--- a/meson.build
+++ b/meson.build
@@ -69,6 +69,7 @@ libstorycode = library('storycode',
'libstorycode/storycode.c',
'libstorycode/slide_render_cairo.c',
'libstorycode/narrative_render_cairo.c',
+ 'libstorycode/render_cairo_common.c',
'libstorycode/imagestore.c',
storycode_lex_ch,
storycode_parse_ch,