Skip to content

Commit

Permalink
Add xrpl.libpp as an exported lib in conan (#5022)
Browse files Browse the repository at this point in the history
  • Loading branch information
godexsoft authored May 20, 2024
1 parent f2d37da commit 0c971b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def package_info(self):
libxrpl = self.cpp_info.components['libxrpl']
libxrpl.libs = [
'xrpl_core',
'xrpl.libpb',
'ed25519',
'secp256k1',
]
Expand Down

0 comments on commit 0c971b4

Please sign in to comment.