From b64b4629ea8aa669d652ffb32fe7a7336bd8ea8c Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 7 Mar 2017 15:59:33 -0500 Subject: VS: Add basic infrastructure for CUDA generation Generate the `CudaCompile` elements in `.vcxproj` files. --- Source/cmVisualStudioGeneratorOptions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmVisualStudioGeneratorOptions.h') diff --git a/Source/cmVisualStudioGeneratorOptions.h b/Source/cmVisualStudioGeneratorOptions.h index e79c977aad..e19d2dd4ef 100644 --- a/Source/cmVisualStudioGeneratorOptions.h +++ b/Source/cmVisualStudioGeneratorOptions.h @@ -26,6 +26,7 @@ public: { Compiler, ResourceCompiler, + CudaCompiler, MasmCompiler, NasmCompiler, Linker, -- cgit v1.2.1