feat(python): added robust python bindings covering the entire codebase

This commit is contained in:
2025-07-23 16:26:30 -04:00
parent 6a22cb65b8
commit f20bffc411
134 changed files with 2202 additions and 170 deletions

View File

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