Files
GridFire/tests/graphnet_sandbox/meson.build
Emily Boudreaux cd191cff23 feat(GridFire): major design changes
Switching to an Engine + solver design. Also brought xxHash and Eigen in. Working on QSE and Culling.
2025-06-26 15:13:46 -04:00

6 lines
104 B
Meson

executable(
'graphnet_sandbox',
'main.cpp',
dependencies: [network_dep, composition_dep],
)