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

This commit is contained in:
2025-04-30 11:44:53 -04:00
parent 91de361374
commit 3880f28512

View File

@@ -35,7 +35,7 @@ dependencies = [
] ]
# Define the liblogger library so it can be linked against by other parts of the build system # Define the liblogger library so it can be linked against by other parts of the build system
libprobe = static_library('probe', libprobe = library('probe',
probe_sources, probe_sources,
include_directories: include_directories('public'), include_directories: include_directories('public'),
cpp_args: ['-fvisibility=default'], cpp_args: ['-fvisibility=default'],