Releases: DavidingPlus/xmake-project-template
Releases · DavidingPlus/xmake-project-template
Release list
v1.2.2
v1.2.1
v1.2.0
Release Notes
重新设计发布包的语义,在 Windows 下按照 MSVC 的运行时库发包(MDd、MD)而不是构建模式(Debug、Release)。
Full Changelog: v1.1.1...v1.2.0
v1.1.1
Release Notes
为 Windows 平台包增加 Debug+MDd 和 Release+MD 支持。
v1.1.0
Release Notes
添加 xmake package 以及自动打包发布到 GitHub Release 支持。
v1.0.1
Release Notes
使用 XMake 内置 config.h.in 添加配置文件生成功能,具体参考 https://xmake.io/zh/api/description/project-target.html#add-configfiles。
v1.0.0
Release Notes
仿照 https://github.com/DavidingPlus/cmake-project-template 项目,使用 XMake 工具搭建的 C/C++ 项目模板。