feat(GridFire): brought gridfire up to where network module in SERiF was before splitting it off
This commit is contained in:
7
build-config/fourdst/libcomposition/meson.build
Normal file
7
build-config/fourdst/libcomposition/meson.build
Normal file
@@ -0,0 +1,7 @@
|
||||
composition_p = subproject('libcomposition')
|
||||
comp_dep = composition_p.get_variable('composition_dep')
|
||||
spw_dep = composition_p.get_variable('species_weight_dep')
|
||||
composition_dep = [
|
||||
comp_dep,
|
||||
spw_dep,
|
||||
]
|
||||
Reference in New Issue
Block a user