mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Change cura_resources package type
This commit is contained in:
parent
b78143546c
commit
1e9eeb8ac5
1 changed files with 1 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue