build(opatIO): added opatIO to build

This commit is contained in:
2025-02-14 14:32:05 -05:00
parent 3c969c6b39
commit eda61c6889
3 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
project('4DSSE', 'cpp', version: '0.0.1a', default_options: ['cpp_std=c++23'])
project('4DSSE', 'cpp', version: '0.0.1a', default_options: ['cpp_std=c++23'], meson_version: '>=1.6.0')
# Add default visibility for all C++ targets
add_project_arguments('-fvisibility=default', language: 'cpp')

View File

@@ -1 +1 @@
option('build_tests', type: 'boolean', value: true, description: 'Build tests')
option('build_tests', type: 'boolean', value: true, description: 'Build tests')

View File

@@ -3,4 +3,5 @@ subdir('resources')
# Build the main source code
subdir('dobj')
subdir('const')
subdir('const')
subdir('opatIO')