From 77f04b43a7af1ff3ab93a40c26ea5b9809ea3575 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 24 Jan 2023 13:34:27 +0000 Subject: Ensure plugins can be built and installed with Meson - Ensure dependency on m(ath) library is explicit - Ensure headers can be installed - Ensure CI builds and tests fastfloat (to match autotools) --- plugins/threaded/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/threaded/meson.build') diff --git a/plugins/threaded/meson.build b/plugins/threaded/meson.build index b5d2552..8f0114e 100644 --- a/plugins/threaded/meson.build +++ b/plugins/threaded/meson.build @@ -1,2 +1,3 @@ +subdir('include') subdir('src') subdir('testbed') -- cgit v1.2.1