build(opatIO): broke opatIO out into a seperate module

This commit is contained in:
2025-03-24 04:57:18 -04:00
parent 001ddbf055
commit ff87585d71
6 changed files with 16 additions and 6 deletions

View File

@@ -13,9 +13,7 @@ foreach test_file : test_sources
test_exe = executable(
exe_name,
test_file,
dependencies: [gtest_dep, picosha2_dep, gtest_main],
include_directories: include_directories('../../src/opatIO/public'),
link_with: libopatIO, # Link the dobj library
dependencies: [gtest_dep, picosha2_dep, gtest_main, opatio_dep],
install_rpath: '@loader_path/../../src' # Ensure runtime library path resolves correctly
)