Change cura_resources package type

This commit is contained in:
Erwan MATHIEU 2024-11-13 13:27:21 +01:00
parent b78143546c
commit 1e9eeb8ac5

View file

@ -15,9 +15,8 @@ class CuraResource(ConanFile):
url = "https://github.com/Ultimaker/cura"
description = "Cura Resources"
topics = ("conan", "cura")
settings = "os", "compiler", "build_type", "arch"
no_copy_source = True
package_type = "header-library"
package_type = "shared-library"
@property
def _shared_resources(self):