Include the precompiled header file.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
2e8a7f5fbb
commit
e9ae447273
|
@ -34,6 +34,7 @@ class ArbutilsConan(ConanFile):
|
|||
|
||||
def package(self):
|
||||
self.copy("*.hpp", dst="include/Arbutils", src="src")
|
||||
self.copy("*.hxx", 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)
|
||||
|
|
Loading…
Reference in New Issue