21 lines
441 B
Meson
21 lines
441 B
Meson
# 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.
|
|
|
|
# Utility Libraries
|
|
subdir('misc')
|
|
subdir('config')
|
|
subdir('probe')
|
|
subdir('const')
|
|
subdir('dobj')
|
|
|
|
# Asset Libraries
|
|
subdir('eos')
|
|
subdir('opatIO')
|
|
subdir('meshIO')
|
|
|
|
# Resouce Manager Libraries
|
|
subdir('resource')
|
|
|
|
# Physics Libraries
|
|
subdir('network') |