From e8515998029361203f03ed28137ae69554e758a7 Mon Sep 17 00:00:00 2001 From: theComputeKid Date: Mon, 12 Feb 2024 08:04:41 +0000 Subject: [PATCH] Add premake5-cuda (community) module to doc CUDA support has been queried multiple times (#2168, #1898 etc.). I have been maintaining this module for quite some time, so listing it here would let people use CUDA with Visual Studio (and on Linux). Signed-off-by: thecomputekid --- website/community/modules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/community/modules.md b/website/community/modules.md index 9aa2854cdb..b9fddf9edb 100644 --- a/website/community/modules.md +++ b/website/community/modules.md @@ -41,5 +41,6 @@ These add-on modules are available from other developers; follow the links for m ## Library Modules +* [CUDA](https://github.com/theComputeKid/premake5-cuda) : Enables CUDA development in Visual Studio using the native CUDA Toolkit integration and with nvcc on Linux * [Qt](https://github.com/dcourtois/premake-qt) : [Qt](https://www.qt.io) support * [WIX](https://github.com/mikisch81/premake-wix) : Premake extension to support [WIX](http://wixtoolset.org/) project files on Visual Studio