diff options
| author | ruki <[email protected]> | 2018-03-09 23:17:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-03-09 13:46:22 +0800 |
| commit | 952efe5c652fae38a3d86ce9a4b0f81c6262726a (patch) | |
| tree | 0136ee1fbf951a25966dc2af7e9be488bb19e55f /xmake/platforms/windows/xmake.lua | |
| parent | a6f86e9466987f5e14006245bb35cefc5339dfc0 (diff) | |
add cuda for linux
Diffstat (limited to 'xmake/platforms/windows/xmake.lua')
| -rw-r--r-- | xmake/platforms/windows/xmake.lua | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/xmake/platforms/windows/xmake.lua b/xmake/platforms/windows/xmake.lua index dbcc42b80..abff4752d 100644 --- a/xmake/platforms/windows/xmake.lua +++ b/xmake/platforms/windows/xmake.lua @@ -83,14 +83,17 @@ platform("windows") set_menu { config = { - {category = "Visual Studio SDK Configuration" } - , {nil, "vs", "kv", "auto", "The Microsoft Visual Studio" } + {category = "Visual Studio SDK Configuration" } + , {nil, "vs", "kv", "auto", "The Microsoft Visual Studio" } + , {category = "Cuda SDK Configuration" } + , {nil, "cuda_dir", "kv", "auto", "The Cuda SDK Directory" } } , global = { - { } - , {nil, "vs", "kv", "auto", "The Microsoft Visual Studio" } + { } + , {nil, "vs", "kv", "auto", "The Microsoft Visual Studio" } + , {nil, "cuda_dir", "kv", "auto", "The Cuda SDK Directory" } } } |
