macos cross compilation now works. macos binaries can be compiled on linux with osxcross installed and built
17 lines
181 B
Meson
17 lines
181 B
Meson
cmake = import('cmake')
|
|
|
|
|
|
subdir('python')
|
|
subdir('fourdst')
|
|
subdir('sundials')
|
|
|
|
subdir('cppad')
|
|
subdir('xxHash')
|
|
subdir('eigen')
|
|
|
|
subdir('json')
|
|
|
|
subdir('pybind')
|
|
|
|
subdir('CLI11')
|