1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-10 23:44:29 +00:00

fix conan.py

This commit is contained in:
neargye 2019-08-30 02:35:47 +05:00
parent c0ae150a26
commit 1f94f282c0

View file

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