diff options
| author | ruki <[email protected]> | 2018-12-20 00:34:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-12-19 21:26:47 +0800 |
| commit | 3cd27c65b98182bbdba8f9913951d479a37cdc80 (patch) | |
| tree | 9f80a5cd276bda2f2b46db8e8cfaa6e370a46ce6 /xmake/languages/cuda/xmake.lua | |
| parent | 27e69917cb7c5c6794ff2e9b579acb6280dfd2a6 (diff) | |
fix option.add_includedirs for cuda
Diffstat (limited to 'xmake/languages/cuda/xmake.lua')
| -rw-r--r-- | xmake/languages/cuda/xmake.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xmake/languages/cuda/xmake.lua b/xmake/languages/cuda/xmake.lua index 7eff663e1..2e81f065c 100644 --- a/xmake/languages/cuda/xmake.lua +++ b/xmake/languages/cuda/xmake.lua @@ -60,6 +60,11 @@ language("cuda") , "target.optimize:check" , "target.vectorexts:check" , "target.includedirs" + , "option.symbols" + , "option.warnings" + , "option.optimize:check" + , "option.vectorexts:check" + , "option.includedirs" , "platform.includedirs" } , binary = |
