refactor: Rename cmake files and definitions (#5975)

Per XLS-0095, we are taking steps to rename ripple(d) to xrpl(d).

This change updates the CMake files and definitions therein, plus a handful of related modifications. Specifically, the compiler files are renamed from `RippleXXX.cmake` or `RippledXXX.cmake` to `XrplXXX.cmake`, and any references to `ripple` and `rippled` (with or without capital letters) are renamed to `xrpl` and `xrpld`, respectively. The name of the binary, currently `rippled`, remains unchanged and will be updated in a separate PR. This change is purely cosmetic and does not affect the functioning of the binary.
This commit is contained in:
Bart
2025-11-04 10:07:36 +00:00
committed by GitHub
parent 1d42c4f6de
commit f3a2ec1fb2
21 changed files with 177 additions and 82 deletions

View File

@@ -12,6 +12,6 @@
#undef TYPE_BOOL
#endif
#include <xrpl/proto/ripple.pb.h>
#include <xrpl/proto/xrpl.pb.h>
#endif