Switching to an Engine + solver design. Also brought xxHash and Eigen in. Working on QSE and Culling.
10 lines
110 B
Meson
10 lines
110 B
Meson
cmake = import('cmake')
|
|
|
|
subdir('fourdst')
|
|
subdir('boost')
|
|
subdir('cppad')
|
|
subdir('xxHash')
|
|
subdir('eigen')
|
|
|
|
|