feat(approx8-network-integrated): added network handleing semantics and incorporated the approx8 network into them

This commit is contained in:
2025-03-21 14:03:18 -04:00
parent c58bd50f01
commit 7c40db4b09
5 changed files with 954 additions and 1052 deletions

View File

@@ -1,15 +1,21 @@
# Define the library
network_sources = files(
'private/network.cpp',
'private/approx8.cpp'
)
network_headers = files(
'public/network.h'
'public/network.h',
'public/approx8.h'
)
dependencies = [
boost_dep,
const_dep
const_dep,
quill_dep,
mfem_dep,
config_dep,
probe_dep
]
# Define the libnetwork library so it can be linked against by other parts of the build system