Files
SERiF/src/meson.build
Emily Boudreaux 3597f82ee4 fix(build): brought recent build changes to pointwise polytrope
pointwise polytrope had some issues from the old build system. Fast fowarded it so that it has all the fixes which have been merged into main
2025-03-13 15:11:46 -04:00

13 lines
271 B
Meson

# Build resources first so that all the embedded resources are available to the other targets
subdir('resources')
# Build the main source code
subdir('config')
subdir('dobj')
subdir('const')
subdir('opatIO')
subdir('meshIO')
subdir('probe')
subdir('eos')
subdir('poly')