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
build-config/eigen/meson.build
Normal file
5
build-config/eigen/meson.build
Normal file
@@ -0,0 +1,5 @@
|
||||
eigen_dep = dependency(
|
||||
'eigen3',
|
||||
version : '>=3.3',
|
||||
fallback : ['eigen', 'eigen_dep']
|
||||
)
|
||||
Reference in New Issue
Block a user