Update conanfile.py
This commit is contained in:
@@ -5,7 +5,7 @@ import os
|
|||||||
|
|
||||||
class loggingRecipe(ConanFile):
|
class loggingRecipe(ConanFile):
|
||||||
name = "logging"
|
name = "logging"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
author = "321640253@qq.com"
|
author = "321640253@qq.com"
|
||||||
url = "https://github.com/WangZhongDian/logging.git"
|
url = "https://github.com/WangZhongDian/logging.git"
|
||||||
@@ -55,4 +55,4 @@ class loggingRecipe(ConanFile):
|
|||||||
copy(self, pattern="*.dylib", src=self.build_folder, dst=os.path.join(self.package_folder, "lib"), keep_path=False)
|
copy(self, pattern="*.dylib", src=self.build_folder, dst=os.path.join(self.package_folder, "lib"), keep_path=False)
|
||||||
|
|
||||||
def package_info(self):
|
def package_info(self):
|
||||||
self.cpp_info.libs = ["logging"]
|
self.cpp_info.libs = ["logging"]
|
||||||
|
|||||||
Reference in New Issue
Block a user