We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6379b08 commit 64b8b1eCopy full SHA for 64b8b1e
conanfile.py
@@ -16,7 +16,7 @@ class PizzaTestConan(ConanFile):
16
options = {"shared": [True, False]}
17
default_options = {"shared": False}
18
19
- exports_sources = "code/**", "meson.build"
+ exports_sources = "code/**", "meson.build", "meson.options"
20
generators = "PkgConfigDeps"
21
22
def layout(self):
0 commit comments