build(opatIO): broke opatIO out into a seperate module
This commit is contained in:
@@ -3,4 +3,5 @@ cmake = import('cmake')
|
||||
subdir('mfem')
|
||||
subdir('yaml-cpp')
|
||||
subdir('quill')
|
||||
subdir('boost')
|
||||
subdir('boost')
|
||||
subdir('opatIO')
|
||||
|
||||
2
build-config/opatIO/meson.build
Normal file
2
build-config/opatIO/meson.build
Normal file
@@ -0,0 +1,2 @@
|
||||
opatio_dep = dependency('opatio', fallback: ['opat-core', 'opatio_dep'])
|
||||
|
||||
Reference in New Issue
Block a user