Merge branch 'main' into feature/pointwisePolytrope
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user