From eda61c6889d839825dcb7d044e3861a2b622847b Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Fri, 14 Feb 2025 14:32:05 -0500 Subject: [PATCH] build(opatIO): added opatIO to build --- meson.build | 2 +- meson_options.txt | 2 +- src/meson.build | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 43145c8..d6ad9fe 100644 --- a/meson.build +++ b/meson.build @@ -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') diff --git a/meson_options.txt b/meson_options.txt index b9f2fff..c3b5afd 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1 +1 @@ -option('build_tests', type: 'boolean', value: true, description: 'Build tests') \ No newline at end of file +option('build_tests', type: 'boolean', value: true, description: 'Build tests') diff --git a/src/meson.build b/src/meson.build index 4acff3e..db87771 100644 --- a/src/meson.build +++ b/src/meson.build @@ -3,4 +3,5 @@ subdir('resources') # Build the main source code subdir('dobj') -subdir('const') \ No newline at end of file +subdir('const') +subdir('opatIO') \ No newline at end of file