From 167772b87698cce479090dbe5bd3d1cc7c1bc808 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 20 Dec 2025 14:20:42 +0100 Subject: Implement passing user configuration This allows overwriting values of the default configuration with custom ones. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 0917410..7436494 100644 --- a/meson.build +++ b/meson.build @@ -9,6 +9,7 @@ sia_server = custom_target( meson.current_source_dir() / 'mqtt.go', meson.current_source_dir() / 'homematic.go', meson.current_source_dir() / 'config.go', + meson.current_source_dir() / 'flags.go', ], output : 'sia-server', command : [ -- cgit v1.2.3-70-g09d2