1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Author: Andreas Tille
Last-Update: 2022-10-05
Description: Attempt to also create shared library following the example of pbcopper but failed thus deactivated
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project('btllib', 'cpp',
version : '1.4.9',
license : 'GPL3',
- default_options : [ 'cpp_std=c++11', 'warning_level=3', 'werror=false' ],
+ default_options : [ 'cpp_std=c++11', 'warning_level=3', 'werror=false', 'default_library=both' ],
meson_version : '>= 0.60.0')
# Configuration
|