aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2019-01-16 07:15:26 -0500
committerPaul Duncan <pabs@pablotron.org>2019-01-16 07:15:26 -0500
commitc17f5a5377f959a7e67526e0ae89b329bf99a101 (patch)
treea350ecb2d677a060795fbf20aade2a2c7a5759b6 /meson.build
parent19a5965400f9a252adf540050046d2dc3a026d13 (diff)
downloadsok-c17f5a5377f959a7e67526e0ae89b329bf99a101.tar.bz2
sok-c17f5a5377f959a7e67526e0ae89b329bf99a101.zip
solve in background thread
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 49e1d13..94178d2 100644
--- a/meson.build
+++ b/meson.build
@@ -40,6 +40,7 @@ sok_exe = executable('sok', sources + [
'src/sdl/main.c',
'src/sdl/theme.c',
'src/sdl/log-renderer-info.c',
+ 'src/sdl/solve.c',
], dependencies: [
dependency('SDL2'),
dependency('SDL2_ttf'),