Files
SERiF/src/meson.build
Emily Boudreaux a134878e67 feat(config): config class added
At many points in the code we may want configurable options, the Config class usses a yaml file to make this easy. It also allows for namespace references "opac:lowtemp:file" etc...
2025-02-19 16:11:55 -05:00

9 lines
225 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('dobj')
subdir('const')
subdir('opatIO')
subdir('meshIO')
subdir('config')