Fix package definition for Conan (#4485)

Fix the libxrpl library target for consumers using Conan.

* Fix installation issues and update includes.
* Update requirements in the Conan package info.
  * libxrpl requires openssl::crypto.

(Conan is a software package manager for C++.)
This commit is contained in:
John Freeman
2023-06-27 03:23:52 -05:00
committed by tequ
parent cd9facd7fa
commit 00a6922045
20 changed files with 79 additions and 32 deletions

View File

@@ -20,7 +20,7 @@
#ifndef RIPPLE_PROTOCOL_SECP256K1_H_INCLUDED
#define RIPPLE_PROTOCOL_SECP256K1_H_INCLUDED
#include <secp256k1/include/secp256k1.h>
#include <secp256k1.h>
namespace ripple {