Skip to content

Commit

Permalink
Fix conan packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Mar 29, 2019
1 parent d193814 commit d367bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class OperatorsConan(ConanFile):
license = "MIT"
author = "taocpp@icemx.net"
exports = "LICENSE"
exports_sources = "include/*", "CMakeLists.txt"
exports_sources = "cmake/*", "include/*", "CMakeLists.txt"
no_copy_source = True

def build(self):
Expand Down

0 comments on commit d367bcd

Please sign in to comment.