meson.build
authorAlan <alan@roojs.com>
Thu, 15 Feb 2024 09:53:10 +0000 (17:53 +0800)
committerAlan <alan@roojs.com>
Thu, 15 Feb 2024 09:53:10 +0000 (17:53 +0800)
meson.build

index 7d6d38e..8f4079c 100644 (file)
@@ -103,3 +103,13 @@ name_suffix : 'lib',
     install_dir: [true, true, true]
 )
 
+pkg = import('pkgconfig')
+
+pkg.generate(
+    libraries : roojspack_lib,
+     version : '1.5',
+     name : 'libroojspack',
+     filebase : 'libroojspack',
+     description : 'roojspacker'
+)
+