Add external directory to Conan recipe's exports (#5006)

This commit is contained in:
Michael Legleux
2024-05-02 12:44:42 -07:00
committed by GitHub
parent 76128051c0
commit f650949573

View File

@@ -116,7 +116,7 @@ class Xrpl(ConanFile):
self.requires('rocksdb/6.29.5')
exports_sources = (
'CMakeLists.txt', 'Builds/*', 'bin/getRippledInfo', 'src/*', 'cfg/*'
'CMakeLists.txt', 'Builds/*', 'bin/getRippledInfo', 'src/*', 'cfg/*', 'external/*'
)
def layout(self):