From 6416b2dac6905c1ee48df75fdf42d3f6929785db Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 19 Jun 2021 11:35:30 +0200 Subject: Basic REPL I/O --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index be089d8..4b6b87d 100644 --- a/meson.build +++ b/meson.build @@ -30,6 +30,7 @@ library('guile-ola', ['src/guile-ola.cpp'], # Fixture display tool executable('starlet-fixture-display', - ['src/starlet-fixture-display.c'], + ['src/starlet-fixture-display.c', + 'src/repl-connection.c'], dependencies : [gtk_dep], install : true) -- cgit v1.2.3