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...
9 lines
225 B
Meson
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') |