From 38db2ca5866337eb653b17ebb5a1b5640f7bafaf Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Wed, 5 Mar 2025 16:59:38 -0500 Subject: [PATCH] build(meson.build): added eos to build --- src/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 25c0edd..3547118 100644 --- a/src/meson.build +++ b/src/meson.build @@ -7,4 +7,5 @@ subdir('const') subdir('opatIO') subdir('meshIO') subdir('config') -subdir('probe') \ No newline at end of file +subdir('probe') +subdir('eos') \ No newline at end of file