Merge branch 'develop' into Rust_integration

This commit is contained in:
Sergey Kuznetsov
2026-07-20 15:40:10 +01:00
committed by GitHub
873 changed files with 38551 additions and 16426 deletions

View File

@@ -131,6 +131,10 @@ else()
endif()
target_link_libraries(xrpl_libs INTERFACE ${nudb})
if(benchmark)
find_package(benchmark REQUIRED)
endif()
if(coverage)
include(XrplCov)
endif()
@@ -146,3 +150,7 @@ if(tests)
include(CTest)
add_subdirectory(src/tests/libxrpl)
endif()
if(benchmark)
add_subdirectory(src/benchmarks/libxrpl)
endif()