aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-04-02 00:30:37 +0800
committerruki <waruqi@gmail.com>2019-04-01 21:03:45 +0800
commitd0cc2c3ff04f7b43e16fc102fd53f248c2282e84 (patch)
treed05b862f11cfb621d5e04d71bb955bcc97163fdc
parent74f0e8c43811b6dd6361592905b6dd3c12496706 (diff)
downloadxmake-docs-d0cc2c3ff04f7b43e16fc102fd53f248c2282e84.tar.gz
xmake-docs-d0cc2c3ff04f7b43e16fc102fd53f248c2282e84.zip
update includes
-rw-r--r--manual.md4
-rw-r--r--zh/manual.md4
2 files changed, 8 insertions, 0 deletions
diff --git a/manual.md b/manual.md
index e45e0d6b..b1e6de44 100644
--- a/manual.md
+++ b/manual.md
@@ -370,6 +370,10 @@ The global interface affects the whole project description scope and all sub-pro
It is used to replace [add_subdirs](#add_subdirs) and [add_subfiles](#add_subfiles).
+In addition, this interface in 2.2.5 and later, provides some built-in helper functions, can be used directly after the use, specifically which built-in functions can be seen: HTTPS://github.com/xmake-io/xmake/tree /master/xmake/include
+
+For a more complete description about this, we can see: [https://github.com/xmake-io/xmake/issues/342](https://github.com/xmake-io/xmake/issues/342 )
+
##### set_modes
###### Set project compilation modes
diff --git a/zh/manual.md b/zh/manual.md
index e8508468..bac09694 100644
--- a/zh/manual.md
+++ b/zh/manual.md
@@ -391,6 +391,10 @@ target("test")
同时支持子工程文件和目录的添加,用于替代[add_subdirs](#add_subdirs)和[add_subfiles](#add_subfiles)接口。
+另外,此接口在2.2.5之后的版本,提供了一些内置的辅助函数,可以直接includes后使用,具体有哪些内置函数可以看下:https://github.com/xmake-io/xmake/tree/master/xmake/includes
+
+关于这块的更加完整的说明,可以看下:[https://github.com/xmake-io/xmake/issues/342](https://github.com/xmake-io/xmake/issues/342)
+
##### set_modes
###### 设置支持的编译模式