Move header files to CreatureLib subdirectory.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
52d24922ff
commit
3303dfd82d
@ -27,7 +27,7 @@ class CreatureLibConan(ConanFile):
|
||||
# self.run("cmake --build . %s" % cmake.build_config)
|
||||
|
||||
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("*.so", dst="lib", keep_path=False)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user