test(tests/poly): started working on tests for ray cast 1D solution

This commit is contained in:
2025-02-23 14:12:13 -05:00
parent ce299ebfe1
commit 3af8537cb4
2 changed files with 19 additions and 1 deletions

View File

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