Description: Build both static and shared libraries
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2026-03-03
Forwarded: not-needed

--- a/fpm.toml
+++ b/fpm.toml
@@ -5,4 +5,8 @@
 
 [preprocess]
 [preprocess.cpp]
-macros=['ASSERT_MULTI_IMAGE=0']
\ No newline at end of file
+macros=['ASSERT_MULTI_IMAGE=0']
+
+
+[library]
+type = [ 'shared', 'static' ]
