Author: Andreas Tille <tille@debian.org>
Last-Update: 2020-11-13
Description: Build static and shared library

--- a/meson.build
+++ b/meson.build
@@ -6,6 +6,7 @@ project(
     'buildtype=release',
     'warning_level=3',
     'cpp_std=c++17',
+    'default_library=both',
     'b_ndebug=false'],
   license : 'BSD-3',
   meson_version : '>= 0.52.0')
