feat(project): main init commit
This commit is contained in:
8
meson.build
Normal file
8
meson.build
Normal file
@@ -0,0 +1,8 @@
|
||||
project('libconfig', ['cpp', 'c'], version: 'v2.1.0', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
|
||||
|
||||
add_project_arguments('-fvisibility=default', language: 'cpp')
|
||||
|
||||
subdir('build-config')
|
||||
|
||||
executable('test_diffusion', 'main.cpp', dependencies: [mfem_dep, cli11_dep, config_dep, composition_dep])
|
||||
|
||||
Reference in New Issue
Block a user