From 54732fa0ffc24c87aa9dc786a47545c675c28cec Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 7 Oct 2022 19:58:38 +0200 Subject: Add empty SDL based gui.h implementation --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 9bd034a..4b57931 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,6 @@ project('LimoX', 'c') gtkdep = dependency('gtk4') strophedep = dependency('libstrophe') +sdldep = dependency('sdl2') executable('limox', ['main.c', 'gtk.c', 'net.c', 'data.c'], dependencies : [gtkdep, strophedep]) +executable('limox_sdl', ['main.c', 'sdl.c', 'net.c', 'data.c'], dependencies : [sdldep, strophedep]) -- cgit v1.2.3-70-g09d2