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
13 lines
271 B
Meson
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')
|