feat(network): began incoporating network

This commit is contained in:
2025-03-21 10:39:53 -04:00
parent 5d1044a55a
commit 6876b87947
4 changed files with 34 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
# 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')
@@ -15,4 +17,5 @@ subdir('meshIO')
# Resouce Manager Libraries
subdir('resource')
# Physics Libraries
# Physics Libraries
subdir('network')