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 tequ
parent 1f28001aae
commit 6419eaae42

View File

@@ -117,7 +117,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):