Switch to yyjson

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-08-29 15:00:58 +01:00
parent 52becffa48
commit 21a5260bb7
5 changed files with 359 additions and 156 deletions

View File

@@ -52,6 +52,7 @@ target_link_libraries(xrpl.libpb
add_library(xrpl.imports.main INTERFACE)
find_package(RapidJSON)
find_package(yyjson)
target_link_libraries(xrpl.imports.main
INTERFACE
@@ -77,7 +78,7 @@ add_module(xrpl beast)
target_link_libraries(xrpl.libxrpl.beast PUBLIC
xrpl.imports.main
xrpl.libpb
rapidjson
yyjson::yyjson
)
# Level 02