feat(main): initial commit
This commit is contained in:
8
build-config/libconfig/meson.build
Normal file
8
build-config/libconfig/meson.build
Normal file
@@ -0,0 +1,8 @@
|
||||
config_p = subproject('libconfig',
|
||||
default_options:[
|
||||
'default_library=static',
|
||||
'pkg_config=false',
|
||||
'build_tests=false',
|
||||
'build_examples=false'
|
||||
])
|
||||
config_dep = config_p.get_variable('config_dep')
|
||||
Reference in New Issue
Block a user