mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Switch to yyjson
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user