Build options such as build-python and build-fortran have much more predicatable and sensible behavior
16 lines
164 B
Meson
16 lines
164 B
Meson
cmake = import('cmake')
|
|
|
|
subdir('fourdst')
|
|
|
|
subdir('sundials')
|
|
|
|
subdir('cppad')
|
|
subdir('xxHash')
|
|
subdir('eigen')
|
|
|
|
subdir('json')
|
|
|
|
subdir('pybind')
|
|
|
|
subdir('CLI11')
|