Skip to content

Commit

Permalink
Add xrpl.libpp as an exported lib in conan (XRPLF#5022)
Browse files Browse the repository at this point in the history
  • Loading branch information
godexsoft authored and sophiax851 committed Jun 12, 2024
1 parent 885b645 commit aff64c1
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 aff64c1

Please sign in to comment.