From 289ca3be66a5731fdcd8e2901514ddbb113c5076 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Wed, 22 Apr 2026 21:06:58 +1200 Subject: Make the layout work roughly, make boxes have a size, update test code to work with boxes --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 01f7716..c357bdd 100644 --- a/meson.build +++ b/meson.build @@ -16,11 +16,11 @@ sources = [ saffron_lib = static_library('saffron', sources, include_directories: inc, dependencies: deps) test_deps = [] + +# demonstrate how we can statically link SDL and saffron into an application easily test_deps += dependency('sdl3', static: true) test_deps += dependency('sdl3-ttf', static: true) - saffron_dep = declare_dependency(link_with: saffron_lib, include_directories: inc, dependencies: deps) - test_deps += saffron_dep executable('saffron_test', 'tests/test_main.c', dependencies: test_deps) -- cgit v1.2.3