build(yaml-cpp): added yaml-cpp as a dependency

config files will be written in yaml, added a well tested yaml parser to 4DSSE
This commit is contained in:
2025-02-19 14:50:44 -05:00
parent 3179605ee7
commit da4d17a50f

View File

@@ -1 +1,4 @@
subdir('mfem')
cmake = import('cmake')
subdir('mfem')
subdir('yaml-cpp')