2025-03-20 14:29:43 -04:00
|
|
|
# Build the main source code in the correct order
|
2025-03-21 10:39:53 -04:00
|
|
|
# Unless you know what you are doing, do not change the order of the subdirectories
|
|
|
|
|
# as there are dependencies which exist between them.
|
2025-02-12 12:53:50 -05:00
|
|
|
|
2025-03-20 14:29:43 -04:00
|
|
|
# Utility Libraries
|
|
|
|
|
subdir('misc')
|
|
|
|
|
subdir('config')
|
|
|
|
|
subdir('probe')
|
2025-02-14 14:32:05 -05:00
|
|
|
subdir('const')
|
2025-03-20 14:29:43 -04:00
|
|
|
subdir('dobj')
|
|
|
|
|
|
|
|
|
|
# Asset Libraries
|
|
|
|
|
subdir('eos')
|
2025-02-16 15:08:33 -05:00
|
|
|
subdir('opatIO')
|
2025-02-19 16:11:55 -05:00
|
|
|
subdir('meshIO')
|
2025-03-20 14:29:43 -04:00
|
|
|
|
|
|
|
|
# Resouce Manager Libraries
|
|
|
|
|
subdir('resource')
|
|
|
|
|
|
2025-03-21 10:39:53 -04:00
|
|
|
# Physics Libraries
|
|
|
|
|
subdir('network')
|