build(meson): switched almost all intermediate targets to shared libraries
This commit is contained in:
@@ -19,7 +19,7 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
# Define the libnetwork library so it can be linked against by other parts of the build system
|
# Define the libnetwork library so it can be linked against by other parts of the build system
|
||||||
libnetwork = static_library('network',
|
libnetwork = library('network',
|
||||||
network_sources,
|
network_sources,
|
||||||
include_directories: include_directories('public'),
|
include_directories: include_directories('public'),
|
||||||
dependencies: dependencies,
|
dependencies: dependencies,
|
||||||
|
|||||||
Reference in New Issue
Block a user