From dc989291eb6b9b20a25a78f35d6f04968a88ed0b Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 15 Sep 2025 15:11:13 -0400 Subject: Switch to cmake meson builds "thin" archives by default (this is basically undocumented). You can avoid this by setting install: true supposedly. Whatever I hate it anyways. --- meson.build | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 meson.build (limited to 'meson.build') diff --git a/meson.build b/meson.build deleted file mode 100644 index ab5080b..0000000 --- a/meson.build +++ /dev/null @@ -1,8 +0,0 @@ -project('pom', 'c', - # Note: Only C99 is strictly needed - default_options: ['c_std=c23']) -library('pom', 'pom.c') -static_lib = static_library('pom', 'pom.c') -tests = executable('tests', 'tests/main.c', 'tests/parsing.c', - 'tests/errors.c', 'tests/location.c', link_with: [static_lib]) -test('tests', tests) -- cgit v1.2.3