diff options
| author | ruki <[email protected]> | 2021-03-10 23:44:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-03-10 23:44:47 +0800 |
| commit | dc59672340dc9d481d8aef31e26dc2709205b0b1 (patch) | |
| tree | 33738b0aa5200d9031f6dadd5fe3ebb036f18284 | |
| parent | 0084557aa9019b75f94e64873643c19537f13c32 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9852c4028..0f96efc3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ * [#1259](https://github.com/xmake-io/xmake/issues/1259): Support `add_files("*.def")` to export symbols for windows/dll * [#1267](https://github.com/xmake-io/xmake/issues/1267): add `find_package("nvtx")` +### Change + +* [#1275](https://github.com/xmake-io/xmake/issues/1275): Support conditionnal targets for vsxmake plugin + ### Bugs fixed * [#1266](https://github.com/xmake-io/xmake/issues/1266): Fix relative repo path in `add_repositories` @@ -951,6 +955,10 @@ * [#1259](https://github.com/xmake-io/xmake/issues/1259): 支持 `add_files("*.def")` 添加 def 文件去导出 windows/dll 符号 * [#1267](https://github.com/xmake-io/xmake/issues/1267): 添加 `find_package("nvtx")` +## 改进 + +* [#1275](https://github.com/xmake-io/xmake/issues/1275): 改进 vsxmake 生成器,支持条件化编译 targets + ## Bugs 修复 * [#1266](https://github.com/xmake-io/xmake/issues/1266): 修复在 `add_repositories` 中的 repo 相对路径 |
