add qml, mjs & js
This commit is contained in:
parent
f44a75621f
commit
dd2639bf4e
@ -8,5 +8,7 @@ class DoricCore(ConanFile):
|
||||
def package(self):
|
||||
self.copy("*.h", dst="include", src="../../doric")
|
||||
self.copy("*.a", dst="lib",src="../../../binary/doric")
|
||||
self.copy("*", dst="qml",src="../resources")
|
||||
self.copy("*.js", dst="js",src="../../../../doric-js/bundle")
|
||||
def package_info(self):
|
||||
self.cpp_info.libs = ["DoricCore"]
|
Reference in New Issue
Block a user