Skip to content

Commit 64b8b1e

Browse files
Update conanfile.py
1 parent 6379b08 commit 64b8b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class PizzaTestConan(ConanFile):
1616
options = {"shared": [True, False]}
1717
default_options = {"shared": False}
1818

19-
exports_sources = "code/**", "meson.build"
19+
exports_sources = "code/**", "meson.build", "meson.options"
2020
generators = "PkgConfigDeps"
2121

2222
def layout(self):

0 commit comments

Comments
 (0)