feat(species): added half life, spin parity, and decay modes to species database

This commit is contained in:
2025-06-28 06:31:41 -04:00
parent af686e3833
commit 5fe127ff04
11 changed files with 15543 additions and 3724 deletions

View File

@@ -11,7 +11,13 @@ foreach test_file : test_sources
test_exe = executable(
exe_name,
test_file,
dependencies: [gtest_dep, species_weight_dep, gtest_main, composition_dep],
dependencies: [
gtest_dep,
species_weight_dep,
gtest_main,
composition_dep,
config_dep,
],
install_rpath: '@loader_path/../../src' # Ensure runtime library path resolves correctly
)