From 9705252dd1b811f0baa1ea22cc740ccad6140a95 Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 14 Aug 2025 19:32:49 -0400 Subject: rewrite build system with meson --- src/file/homefile/meson.build | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/file/homefile/meson.build (limited to 'src/file/homefile/meson.build') diff --git a/src/file/homefile/meson.build b/src/file/homefile/meson.build new file mode 100644 index 0000000..99c44c9 --- /dev/null +++ b/src/file/homefile/meson.build @@ -0,0 +1,3 @@ +modules += files('syshomefile.cil', 'userfile.cil') + +subdir('user') -- cgit v1.2.3