summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-12 11:33:01 +0800
committerruki <[email protected]>2017-05-12 11:33:01 +0800
commit826fcdbef58c2c1914f5a8dc31a19c97b682af68 (patch)
treeda6a25170028e801a631f1281b0127156e2e0363
parentbc75342a50262a5a6f6d6bc97a9429e30dad1065 (diff)
modify changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40f08593d..a6f03f542 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@
* [#83](https://github.com/tboox/xmake/issues/83): Add `add_csnippet` and `add_cxxsnippet` into `option` for detecting some compiler features.
+### Changes
+
+* [#87](https://github.com/tboox/xmake/issues/87): Add includes and links from target deps automatically
+
## v2.1.4
### New features
@@ -280,6 +284,10 @@
* [#83](https://github.com/tboox/xmake/issues/83): 添加 `add_csnippet`,`add_cxxsnippet`到`option`来检测一些编译器特性
+### 改进
+
+* [#87](https://github.com/tboox/xmake/issues/87): 为依赖库目标自动添加:`includes` 和 `links`
+
## v2.1.4
### 新特性