diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a4a9efe..5cae66486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ * Add `add_moduledirs` api * Add `includes` api instead of `add_subdirs` and `add_subfiles` * [#133](https://github.com/tboox/xmake/issues/133): Improve the project plugin to generate `compile_commands.json` by run `xmake project -k compile_commands` +* Add `set_precompiled_header` to support the precompiled header, support gcc, clang, msvc ### Changes @@ -334,6 +335,7 @@ * 添加`add_moduledirs`接口在工程中定义和加载扩展模块 * 添加`includes`接口替换`add_subdirs`和`add_subfiles` * [#133](https://github.com/tboox/xmake/issues/133): 改进工程插件,通过运行`xmake project -k compile_commands`来导出`compile_commands.json` +* 添加`set_precompiled_header`去支持跨编译器预编译头文件,支持`gcc`, `clang`和`msvc` ### 改进 |
