修改项目结构以便于扩展,引入clang-format格式化

This commit is contained in:
2024-09-18 14:48:55 +08:00
parent 96a417ba93
commit e39dcdcde9
19 changed files with 676 additions and 379 deletions

View File

@@ -6,10 +6,9 @@ from conan import tools
import os
class loggingRecipe(ConanFile):
name = "logging"
version = "0.1.1"
version = "0.1.2"
license = "MIT"
author = "321640253@qq.com"
url = "https://github.com/WangZhongDian/logging.git"