diff options
Diffstat (limited to 'xmake/languages/cuda/xmake.lua')
| -rw-r--r-- | xmake/languages/cuda/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/languages/cuda/xmake.lua b/xmake/languages/cuda/xmake.lua index dc83c6452..6a4981e50 100644 --- a/xmake/languages/cuda/xmake.lua +++ b/xmake/languages/cuda/xmake.lua @@ -73,6 +73,9 @@ language("cuda") , "toolchain.includedirs" , "toolchain.defines" , "toolchain.undefines" + , "target.sysincludedirs" + , "option.sysincludedirs" + , "toolchain.sysincludedirs" } , binary = { |
