feat(GridFire): brought gridfire up to where network module in SERiF was before splitting it off
This commit is contained in:
@@ -14,14 +14,11 @@ network_headers = files(
|
||||
dependencies = [
|
||||
boost_dep,
|
||||
const_dep,
|
||||
quill_dep,
|
||||
mfem_dep,
|
||||
config_dep,
|
||||
probe_dep,
|
||||
species_weight_dep,
|
||||
composition_dep,
|
||||
reaclib_reactions_dep,
|
||||
cppad_dep,
|
||||
log_dep
|
||||
]
|
||||
|
||||
# Define the libnetwork library so it can be linked against by other parts of the build system
|
||||
@@ -39,4 +36,4 @@ network_dep = declare_dependency(
|
||||
)
|
||||
|
||||
# Make headers accessible
|
||||
install_headers(network_headers, subdir : '4DSSE/network')
|
||||
install_headers(network_headers, subdir : '4DSSE/network')
|
||||
|
||||
Reference in New Issue
Block a user