feat(Composition): added getMolarAbundance method

This commit is contained in:
2025-06-25 08:26:50 -04:00
parent d740fab76c
commit 5990fa62a7
4 changed files with 74 additions and 41 deletions

View File

@@ -18,10 +18,12 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# *********************************************************************** #
project('libcomposition', 'cpp', version: 'v1.0.7', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
project('libcomposition', 'cpp', version: 'v1.0.8', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
# Add default visibility for all C++ targets
add_project_arguments('-fvisibility=default', language: 'cpp')
# Disable shadow warnings
add_project_arguments('-Wno-shadow', language: 'cpp')
cpp = meson.get_compiler('cpp')
subdir('build-config')