diff options
| author | ruki <[email protected]> | 2020-05-26 22:45:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-26 10:31:06 +0800 |
| commit | 8711cc579bc5519f400e25d09cee8d79f0e454bf (patch) | |
| tree | 83b31297090b2a439d5832967b9c745b1af90955 | |
| parent | d0e514bd414e58631223b9a3ddaf89ad9ab1723a (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5203d49cd..4ef97f822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * [#771](https://github.com/xmake-io/xmake/issues/771): Check includedirs, linkdirs and frameworkdirs * [#774](https://github.com/xmake-io/xmake/issues/774): Support ltui windows resize for `xmake f --menu` * [#782](https://github.com/xmake-io/xmake/issues/782): Add check flags failed tips for add_cxflags, .. +* [#808](https://github.com/xmake-io/xmake/issues/808): Support add_frameworks for cmakelists ### Bug fixed @@ -753,6 +754,7 @@ * [#771](https://github.com/xmake-io/xmake/issues/771): 检测includedirs,linkdirs和frameworkdirs的输入有效性 * [#774](https://github.com/xmake-io/xmake/issues/774): `xmake f --menu`可视化配置菜单支持窗口大小Resize调整 * [#782](https://github.com/xmake-io/xmake/issues/782): 添加add_cxflags等配置flags自动检测失败提示 +* [#808](https://github.com/xmake-io/xmake/issues/808): 生成cmakelists插件增加对add_frameworks的支持 ### Bugs修复 |
