refactor: Rename rippled binary to xrpld and add symlink

This commit is contained in:
Bart Thomee
2025-11-02 13:19:58 +00:00
parent f1a0d141b3
commit 80b1c7114c
4 changed files with 45 additions and 2 deletions

View File

@@ -226,6 +226,6 @@ if(xrpld)
src/test/ledger/Invariants_test.cpp
PROPERTIES SKIP_UNITY_BUILD_INCLUSION TRUE)
endif()
# For the time being, we will keep the name of the binary as it was.
set_target_properties(xrpld PROPERTIES OUTPUT_NAME "rippled")
# Create a symlink named "rippled" for backward compatibility.
add_custom_command(TARGET xrpld POST_BUILD COMMAND ${CMAKE_COMMAND} -E create_symlink "xrpld" "rippled")
endif()