diff options
author | Brad King <brad.king@kitware.com> | 2017-03-07 20:47:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-10 15:19:55 (GMT) |
commit | 041ebda25bef6c142ac80135b0b59d88acbc0f1f (patch) | |
tree | 9059e6cebfc4e6855bccd930a86debcdb71af7d9 /Source/cmVS10CudaHostFlagTable.h | |
parent | 13433b135759edaa65bd1cb31c3b124c244866d7 (diff) | |
download | CMake-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.h | 1 |
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 } }; |