fix(build): brought recent build changes to pointwise polytrope

pointwise polytrope had some issues from the old build system. Fast fowarded it so that it has all the fixes which have been merged into main
This commit is contained in:
2025-03-13 15:11:46 -04:00
parent 663e6fc52c
commit 3597f82ee4
3 changed files with 1 additions and 4 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, config_dep],
dependencies: [gtest_dep, polysolver_dep, probe_dep, quill_dep, config_dep, gtest_main],
install_rpath: '@loader_path/../../src' # Ensure runtime library path resolves correctly
)