fix conan.py

This commit is contained in:
neargye 2019-08-29 23:24:11 +05:00
parent 4172418e59
commit dbe2547ed1

View file

@ -23,6 +23,7 @@ class NameofConan(ConanFile):
license = "MIT" license = "MIT"
exports_sources = ["include/*", "LICENCE"] exports_sources = ["include/*", "LICENCE"]
exports = ["LICENSE"] exports = ["LICENSE"]
settings = "compiler"
no_copy_source = True no_copy_source = True
@property @property