build(meson): switched almost all intermediate targets to shared libraries
This commit is contained in:
@@ -8,7 +8,7 @@ config_headers = files(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Define the libconfig library so it can be linked against by other parts of the build system
|
# Define the libconfig library so it can be linked against by other parts of the build system
|
||||||
libconfig = static_library('config',
|
libconfig = library('config',
|
||||||
config_sources,
|
config_sources,
|
||||||
include_directories: include_directories('public'),
|
include_directories: include_directories('public'),
|
||||||
cpp_args: ['-fvisibility=default'],
|
cpp_args: ['-fvisibility=default'],
|
||||||
|
|||||||
Reference in New Issue
Block a user