Skip to content

Commit d367bcd

Browse files
committed
Fix conan packaging
1 parent d193814 commit d367bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class OperatorsConan(ConanFile):
1010
license = "MIT"
1111
author = "[email protected]"
1212
exports = "LICENSE"
13-
exports_sources = "include/*", "CMakeLists.txt"
13+
exports_sources = "cmake/*", "include/*", "CMakeLists.txt"
1414
no_copy_source = True
1515

1616
def build(self):

0 commit comments

Comments
 (0)