diff options
| author | ruki <waruqi@gmail.com> | 2019-04-02 00:30:37 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2019-04-01 21:03:45 +0800 |
| commit | d0cc2c3ff04f7b43e16fc102fd53f248c2282e84 (patch) | |
| tree | d05b862f11cfb621d5e04d71bb955bcc97163fdc /manual.md | |
| parent | 74f0e8c43811b6dd6361592905b6dd3c12496706 (diff) | |
| download | xmake-docs-d0cc2c3ff04f7b43e16fc102fd53f248c2282e84.tar.gz xmake-docs-d0cc2c3ff04f7b43e16fc102fd53f248c2282e84.zip | |
update includes
Diffstat (limited to 'manual.md')
| -rw-r--r-- | manual.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
