Ensure extern headers are included in conan.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-05-22 12:53:55 +02:00
parent 28f427fa36
commit 394042ec65
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class ArbutilsConan(ConanFile):
def package(self):
self.copy("*.hpp", dst="include/Arbutils", src="src")
self.copy("*.hpp", dst="include/extern", src="extern")
self.copy("*.dll", dst="bin", keep_path=False)
self.copy("*.so", dst="lib", keep_path=False)
self.copy("*.a", dst="lib", keep_path=False)