revert some cmake builds

This commit is contained in:
Denis Angell
2025-03-28 20:44:09 +01:00
parent 9a90a7ffdc
commit cab4d63a07
6 changed files with 145 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
install (
TARGETS
ed25519-donna
common
opts
ripple_syslibs
@@ -15,6 +16,17 @@ install (
RUNTIME DESTINATION bin
INCLUDES DESTINATION include)
if(${INSTALL_SECP256K1})
install (
TARGETS
secp256k1
EXPORT RippleExports
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
RUNTIME DESTINATION bin
INCLUDES DESTINATION include)
endif()
install (EXPORT RippleExports
FILE RippleTargets.cmake
NAMESPACE Ripple::