issues
search
Nambers
/
MiraiCP
c++ SDK of Mirai
https://eritque-arcus.tech/MiraiCP/
GNU Affero General Public License v3.0
176
stars
31
forks
source link
重构源文件:拆分hpp与cpp,并使用amalgamate构建header-only头文件
#102
Closed
Antares0982
closed
3 years ago
Antares0982
commented
3 years ago
拆分hpp与cpp至各个类,并使用amalgamate自动构建单一header。
cmake使用python脚本自动构建header-only头文件。
构建测试:
[x] 拆分后的多个文件与demo一起构建测试
[x] 单个文件include header-only头文件
[x] 多个文件include header-only头文件(未测试,预计需要修改所有cpp定义为inline)
构建测试: