Move header files to CreatureLib subdirectory.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
52d24922ff
commit
3303dfd82d
|
@ -27,7 +27,7 @@ class CreatureLibConan(ConanFile):
|
||||||
# self.run("cmake --build . %s" % cmake.build_config)
|
# self.run("cmake --build . %s" % cmake.build_config)
|
||||||
|
|
||||||
def package(self):
|
def package(self):
|
||||||
self.copy("*.hpp", dst="include", src="src")
|
self.copy("*.hpp", dst="include/CreatureLib", src="src")
|
||||||
self.copy("*.dll", dst="bin", keep_path=False)
|
self.copy("*.dll", dst="bin", keep_path=False)
|
||||||
self.copy("*.so", dst="lib", keep_path=False)
|
self.copy("*.so", dst="lib", keep_path=False)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue