mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 12:39:06 +08:00
Change cura_resources package type
This commit is contained in:
parent
b78143546c
commit
1e9eeb8ac5
@ -15,9 +15,8 @@ class CuraResource(ConanFile):
|
|||||||
url = "https://github.com/Ultimaker/cura"
|
url = "https://github.com/Ultimaker/cura"
|
||||||
description = "Cura Resources"
|
description = "Cura Resources"
|
||||||
topics = ("conan", "cura")
|
topics = ("conan", "cura")
|
||||||
settings = "os", "compiler", "build_type", "arch"
|
|
||||||
no_copy_source = True
|
no_copy_source = True
|
||||||
package_type = "header-library"
|
package_type = "shared-library"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def _shared_resources(self):
|
def _shared_resources(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user