mirror of
https://github.com/kokke/tiny-AES-c
synced 2024-11-24 22:39:54 +03:00
Fix possible conanfile error
This commit is contained in:
parent
5dc6432326
commit
835d62c51a
@ -12,7 +12,7 @@ class TinyAesCConan(ConanFile):
|
||||
settings = "os", "compiler", "build_type", "arch"
|
||||
|
||||
generators = "cmake"
|
||||
exports_sources = ["CMakeLists.txt", "*.c", '*.h', '*.hpp']
|
||||
exports_sources = ["CMakeLists.txt", "*.c", '*.h']
|
||||
exports = ["unlicense.txt"]
|
||||
|
||||
_options_dict = {
|
||||
@ -65,7 +65,6 @@ class TinyAesCConan(ConanFile):
|
||||
|
||||
def package(self):
|
||||
self.copy("*.h", dst="include")
|
||||
self.copy("*.hpp", dst="include")
|
||||
self.copy("*.a", dst="lib", keep_path=False)
|
||||
self.copy("unlicense.txt")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user