Switching to an Engine + solver design. Also brought xxHash and Eigen in. Working on QSE and Culling.
9 lines
303 B
Meson
9 lines
303 B
Meson
# Google Test dependency
|
|
gtest_dep = dependency('gtest', main: true, required : true)
|
|
gtest_main = dependency('gtest_main', required: true)
|
|
gtest_nomain_dep = dependency('gtest', main: false, required : true)
|
|
|
|
# Subdirectories for unit and integration tests
|
|
subdir('network')
|
|
subdir('graphnet_sandbox')
|