Merge branch 'main' into feature/pointwisePolytrope

This commit is contained in:
2025-03-26 11:38:07 -04:00
86 changed files with 15850 additions and 2170 deletions

View File

@@ -1,12 +1,24 @@
# Build resources first so that all the embedded resources are available to the other targets
subdir('resources')
# Build the main source code in the correct order
# Unless you know what you are doing, do not change the order of the subdirectories
# as there are dependencies which exist between them.
# Build the main source code
# Utility Libraries
subdir('misc')
subdir('config')
subdir('dobj')
subdir('const')
subdir('opatIO')
subdir('meshIO')
subdir('probe')
subdir('dobj')
# Physically Informed Libraries
subdir('const')
subdir('composition')
# Asset Libraries
subdir('eos')
subdir('meshIO')
# Resouce Manager Libraries
subdir('resource')
# Physics Libraries
subdir('network')
subdir('poly')