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 f42ea1ebca
commit 05232d33d6

View File

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