diff options
Diffstat (limited to 'conanfile.py')
| -rw-r--r-- | conanfile.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conanfile.py b/conanfile.py index c54ac50..97abe18 100644 --- a/conanfile.py +++ b/conanfile.py @@ -62,6 +62,9 @@ class Wanda(ConanFile): def generate(self): toolchain = CMakeToolchain(self) toolchain.variables["CMAKE_EXPORT_COMPILE_COMMANDS"] = True + toolchain.variables["WANDA_DESCRIPTION"] = self.description + toolchain.variables["WANDA_HOMEPAGE_URL"] = self.url + toolchain.variables["WANDA_VERSION"] = self.version toolchain.variables["WANDA_APPLICATIONS_ONLY"] = self.options.nolibs toolchain.generate() |
