build: Patch nix binaries in CMake (#7539)

Co-authored-by: Bart <bthomee@users.noreply.github.com>
This commit is contained in:
Ayaz Salikhov
2026-06-24 14:56:18 +01:00
committed by GitHub
parent 8bbbc2051e
commit 4fec58251b
9 changed files with 83 additions and 18 deletions

View File

@@ -13,6 +13,7 @@ add_executable(
helpers/TestSink.cpp
helpers/TxTest.cpp
)
patch_nix_binary(xrpl_tests)
set_target_properties(
xrpl_tests
PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}"