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 62d54053ca
commit a42fe4898c
2 changed files with 227 additions and 0 deletions

View File

@@ -0,0 +1 @@
boost_dep = dependency('boost', version: '1.87.0')