build(meson): switched almost all intermediate targets to shared libraries

This commit is contained in:
2025-04-30 11:44:53 -04:00
parent 394622df47
commit 93c9d5e882

View File

@@ -19,7 +19,7 @@ dependencies = [
]
# 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,
include_directories: include_directories('public'),
dependencies: dependencies,