Ensure .hpp files are packages with conan instead of .h files.
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:
@@ -23,7 +23,7 @@ class CreatureLibConan(ConanFile):
|
||||
# self.run("cmake --build . %s" % cmake.build_config)
|
||||
|
||||
def package(self):
|
||||
self.copy("*.h", dst="include", src="src")
|
||||
self.copy("*.hpp", dst="include", src="src")
|
||||
self.copy("*.lib", dst="lib", keep_path=False)
|
||||
self.copy("*.dll", dst="bin", keep_path=False)
|
||||
self.copy("*.dylib*", dst="lib", keep_path=False)
|
||||
|
||||
Reference in New Issue
Block a user