aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2019-01-14 15:42:54 -0500
committerPaul Duncan <pabs@pablotron.org>2019-01-14 15:42:54 -0500
commitd34860bce761e58c1edc62c7f3dc03f47589d0ba (patch)
tree72575adb3d3eb100f57a5e8e2ff075db6b7b3694 /meson.build
parentfe2eac86b2e2294eb7f79bdcdc05398471f791e6 (diff)
downloadsok-d34860bce761e58c1edc62c7f3dc03f47589d0ba.tar.bz2
sok-d34860bce761e58c1edc62c7f3dc03f47589d0ba.zip
refactor main.c, add log-renderer-info.[hc]
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 efaffe4..fd40879 100644
--- a/meson.build
+++ b/meson.build
@@ -31,6 +31,7 @@ executable('sok-sdl', sources + [
'src/sdl/bg-style.c',
'src/sdl/draw.c',
'src/sdl/main.c',
+ 'src/sdl/log-renderer-info.c',
], dependencies: [
dependency('SDL2'),
dependency('SDL2_ttf'),