We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb082ba commit 787bef4Copy full SHA for 787bef4
cppython/plugins/conan/builder.py
@@ -80,6 +80,7 @@ class {class_name}Package(CPPythonBase):
80
name = "{name}"
81
version = "{version}"
82
settings = "os", "compiler", "build_type", "arch"
83
+ exports = "conanfile_base.py"
84
85
def requirements(self):
86
"""Declare package dependencies.
0 commit comments