summaryrefslogtreecommitdiff
path: root/xmake/platforms/linux
diff options
context:
space:
mode:
authorruki <[email protected]>2018-12-11 22:40:23 +0800
committerruki <[email protected]>2018-12-11 10:02:21 +0800
commite429d90d867a8919b0480d1838f0d7d2bab94f27 (patch)
tree4b5b39725eb08309687e0515ef0b0095a741fc00 /xmake/platforms/linux
parente9a6a15b91e979ef855749be60c1ddd50823b9d5 (diff)
add xmake g --menu
Diffstat (limited to 'xmake/platforms/linux')
-rw-r--r--xmake/platforms/linux/xmake.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua
index b11d5eb05..b5b712df4 100644
--- a/xmake/platforms/linux/xmake.lua
+++ b/xmake/platforms/linux/xmake.lua
@@ -59,8 +59,9 @@ platform("linux")
, global =
{
- {}
+ {category = "Cuda SDK Configuration" }
, {nil, "cuda", "kv", "auto", "The Cuda SDK Directory" }
+ , {category = "Qt SDK Configuration" }
, {nil, "qt", "kv", "auto", "The Qt SDK Directory" }
}
}