refactor(sphere.msh): increased base resolution of spherical mesh

This commit is contained in:
2025-02-24 12:38:47 -05:00
parent de5c84f668
commit dfb65c1082
7 changed files with 16 additions and 6 deletions

View File

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