diff options
| author | ruki <[email protected]> | 2021-10-16 23:25:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-16 23:25:29 +0800 |
| commit | 6c0849152c205f92a3b5073a89e9aa6bbcbba707 (patch) | |
| tree | 272514c21101519403e817db2a3987bb36342fdc | |
| parent | 194e8abb709553c79d5ee34d9bd4a714aa3004d7 (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 07a55c723..73520a7cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * Support Lua 5.4 runtime * Add gcc-8, gcc-9, gcc-10, gcc-11 toolchains * [#1623](https://github.com/xmake-io/xmake/issues/1632): Support find_package from cmake +* [#1747](https://github.com/xmake-io/xmake/issues/1747): Add `set_kind("headeronly")` for target to install files for headeronly library ### Changes @@ -1108,6 +1109,7 @@ * 支持 Lua 5.4 运行时 * 添加 gcc-8, gcc-9, gcc-10, gcc-11 工具链 * [#1623](https://github.com/xmake-io/xmake/issues/1632): 支持 find_package 从 cmake 查找包 +* [#1747](https://github.com/xmake-io/xmake/issues/1747): 添加 `set_kind("headeronly")` 更好的处理 headeronly 库的安装 ### 改进 |
