summaryrefslogtreecommitdiffstats
path: root/Source/cmVS10CudaHostFlagTable.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-07 20:47:50 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-10 15:19:55 (GMT)
commit041ebda25bef6c142ac80135b0b59d88acbc0f1f (patch)
tree9059e6cebfc4e6855bccd930a86debcdb71af7d9 /Source/cmVS10CudaHostFlagTable.h
parent13433b135759edaa65bd1cb31c3b124c244866d7 (diff)
downloadCMake-041ebda25bef6c142ac80135b0b59d88acbc0f1f.zip
CMake-041ebda25bef6c142ac80135b0b59d88acbc0f1f.tar.gz
CMake-041ebda25bef6c142ac80135b0b59d88acbc0f1f.tar.bz2
VS: Add placeholder CUDA flag tables
The CUDA Toolkit's VS integration defines abstractions for both options to `nvcc` and options to pass through `-Xcompiler` to the host MSVC. We need a separate flag table to parse each set of flags into the corresponding abstractions. Add empty placeholders for these tables.
Diffstat (limited to 'Source/cmVS10CudaHostFlagTable.h')
-rw-r--r--Source/cmVS10CudaHostFlagTable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVS10CudaHostFlagTable.h b/Source/cmVS10CudaHostFlagTable.h
new file mode 100644
index 0000000..5ad05f1
--- /dev/null
+++ b/Source/cmVS10CudaHostFlagTable.h
@@ -0,0 +1 @@
+static cmVS7FlagTable cmVS10CudaHostFlagTable[] = { { 0, 0, 0, 0, 0 } };