build(opatIO): broke opatIO out into a seperate module

This commit is contained in:
2025-03-24 04:57:18 -04:00
parent 001ddbf055
commit ff87585d71
6 changed files with 16 additions and 6 deletions

View File

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