build(boost): incorporated boost into the build system

all builds should be run with ./mk now
This commit is contained in:
2025-03-21 10:39:34 -04:00
parent f042be6b02
commit 5d1044a55a
5 changed files with 390 additions and 17 deletions

View File

@@ -2,4 +2,5 @@ cmake = import('cmake')
subdir('mfem')
subdir('yaml-cpp')
subdir('quill')
subdir('quill')
subdir('boost')