summaryrefslogtreecommitdiff
path: root/Source/cmVisualStudioGeneratorOptions.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-07 15:59:33 -0500
committerBrad King <brad.king@kitware.com>2017-03-10 10:19:56 -0500
commitb64b4629ea8aa669d652ffb32fe7a7336bd8ea8c (patch)
treec47630b950558eba7f1883109e6e6caad6e163bc /Source/cmVisualStudioGeneratorOptions.h
parent041ebda25bef6c142ac80135b0b59d88acbc0f1f (diff)
downloadcmake-b64b4629ea8aa669d652ffb32fe7a7336bd8ea8c.tar.gz
VS: Add basic infrastructure for CUDA generation
Generate the `CudaCompile` elements in `.vcxproj` files.
Diffstat (limited to 'Source/cmVisualStudioGeneratorOptions.h')
-rw-r--r--Source/cmVisualStudioGeneratorOptions.h1
1 files changed, 1 insertions, 0 deletions
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,