diff options
| author | ruki <[email protected]> | 2017-05-11 21:04:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-05-11 21:04:06 +0800 |
| commit | 149d26d8fefd4d3dbba882131b926f4a852e336c (patch) | |
| tree | 15523cfe09041fcd33828e78992a0482c3eb9966 /xmake/languages/c++/api.lua | |
| parent | d986e3d5022914db01e4dec834de1368ab9147d4 (diff) | |
add add_csnippet and add_cxxsnippet into option
Diffstat (limited to 'xmake/languages/c++/api.lua')
| -rw-r--r-- | xmake/languages/c++/api.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xmake/languages/c++/api.lua b/xmake/languages/c++/api.lua index 436d75628..8937ddf74 100644 --- a/xmake/languages/c++/api.lua +++ b/xmake/languages/c++/api.lua @@ -194,6 +194,12 @@ function apis() , "option.add_rpathdirs" , "option.add_includedirs" } + _g.dictionary = + { + -- option.add_xxx + "option.add_csnippet" + , "option.add_cxxsnippet" + } _g.custom = { -- target.add_xxx |
