diff options
author | Brad King <brad.king@kitware.com> | 2017-03-07 20:59:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-10 15:19:56 (GMT) |
commit | b64b4629ea8aa669d652ffb32fe7a7336bd8ea8c (patch) | |
tree | c47630b950558eba7f1883109e6e6caad6e163bc /Source/cmVisualStudioGeneratorOptions.h | |
parent | 041ebda25bef6c142ac80135b0b59d88acbc0f1f (diff) | |
download | CMake-b64b4629ea8aa669d652ffb32fe7a7336bd8ea8c.zip CMake-b64b4629ea8aa669d652ffb32fe7a7336bd8ea8c.tar.gz CMake-b64b4629ea8aa669d652ffb32fe7a7336bd8ea8c.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudioGeneratorOptions.h b/Source/cmVisualStudioGeneratorOptions.h index e79c977..e19d2dd 100644 --- a/Source/cmVisualStudioGeneratorOptions.h +++ b/Source/cmVisualStudioGeneratorOptions.h @@ -26,6 +26,7 @@ public: { Compiler, ResourceCompiler, + CudaCompiler, MasmCompiler, NasmCompiler, Linker, |