diff options
| author | ruki <[email protected]> | 2017-04-01 19:25:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-04-01 19:25:41 +0800 |
| commit | 192de2d5897e8bee0eefecabac637443125ce2a5 (patch) | |
| tree | d8b21f858a96476e7c814b11e6af0c89606866f2 /xmake/languages/c++/api.lua | |
| parent | e215d77087a81a619a241e24077b5066929a2aa2 (diff) | |
add rpathdirs api
Diffstat (limited to 'xmake/languages/c++/api.lua')
| -rw-r--r-- | xmake/languages/c++/api.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/languages/c++/api.lua b/xmake/languages/c++/api.lua index c8f5fc7cc..65ce02967 100644 --- a/xmake/languages/c++/api.lua +++ b/xmake/languages/c++/api.lua @@ -185,9 +185,11 @@ function apis() -- target.add_xxx , "target.add_headers" , "target.add_linkdirs" + , "target.add_rpathdirs" , "target.add_includedirs" -- option.add_xxx , "option.add_linkdirs" + , "option.add_rpathdirs" , "option.add_includedirs" } _g.custom = |
