feat(GridFire): major design changes
Switching to an Engine + solver design. Also brought xxHash and Eigen in. Working on QSE and Culling.
This commit is contained in:
5
tests/graphnet_sandbox/meson.build
Normal file
5
tests/graphnet_sandbox/meson.build
Normal file
@@ -0,0 +1,5 @@
|
||||
executable(
|
||||
'graphnet_sandbox',
|
||||
'main.cpp',
|
||||
dependencies: [network_dep, composition_dep],
|
||||
)
|
||||
Reference in New Issue
Block a user