C++ Meson Library Project

This commit is contained in:
ktlo
2019-09-05 08:22:25 +00:00
commit 1de134d3f1
25 changed files with 608 additions and 0 deletions

1
meson_options.txt Normal file
View File

@@ -0,0 +1 @@
option('link_type', type : 'combo', choices : ['static', 'shared'], value : 'static')