diff options
| author | chooyy <[email protected]> | 2025-10-23 20:57:12 +0800 |
|---|---|---|
| committer | chooyy <[email protected]> | 2025-10-23 20:57:12 +0800 |
| commit | d6a0a93f4328dd0e136adfe12c7f950834bdf9e9 (patch) | |
| tree | e6b4cc561df4c33070c8a3aeb21e9f7b09087c27 /xmake/platforms/linux/xmake.lua | |
| parent | 6796d33e9a788313207199ecc441c7e47b579168 (diff) | |
support specify cuda sdk version via cuda_sdkver
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
| -rw-r--r-- | xmake/platforms/linux/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua index d110788cf..ebaedf975 100644 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -36,6 +36,7 @@ platform("linux") { {category = "Cuda SDK Configuration" } , {nil, "cuda", "kv", "auto", "The Cuda SDK Directory" } + , {nil, "cuda_sdkver", "kv", "auto", "The Cuda SDK Version" } , {category = "Qt SDK Configuration" } , {nil, "qt", "kv", "auto", "The Qt SDK Directory" } , {nil, "qt_host", "kv", "auto", "The Qt Host SDK Directory" } |
