diff options
| author | ruki <[email protected]> | 2019-02-14 23:59:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-02-14 17:54:12 +0800 |
| commit | 9a4794a2bf812c52b03154f94dc029741be28d09 (patch) | |
| tree | 579197cf35a2c85a98caea9790d45de85a0b4ce2 | |
| parent | 4595e65797b351755978f0986dcd2649980eccce (diff) | |
modify changelogs
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e30870954..a45e336c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * [#327](https://github.com/xmake-io/xmake/issues/327): Integrate with Conan package manager * Add the builtin api `find_packages("pcre2", "zlib")` to find multiple packages * [#320](https://github.com/xmake-io/xmake/issues/320): Add template configuration files and replace all variables before building +* [#179](https://github.com/xmake-io/xmake/issues/179): Generate CMakelist.txt file for `xmake project` plugin ### Changes @@ -563,6 +564,7 @@ * [#327](https://github.com/xmake-io/xmake/issues/327): 实现对conan包管理的集成支持 * 添加内置API `find_packages("pcre2", "zlib")`去同时查找多个依赖包,不需要通过import导入即可直接调用 * [#320](https://github.com/xmake-io/xmake/issues/320): 添加模板配置文件相关接口,`add_configfiles`和`set_configvar` +* [#179](https://github.com/xmake-io/xmake/issues/179): 扩展`xmake project`插件,新增CMakelist.txt生成支持 ### 改进 |
