-
- Downloads
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.
Showing
- Source/cmGlobalVisualStudio10Generator.cxx 15 additions, 0 deletionsSource/cmGlobalVisualStudio10Generator.cxx
- Source/cmGlobalVisualStudio10Generator.h 4 additions, 0 deletionsSource/cmGlobalVisualStudio10Generator.h
- Source/cmVS10CudaFlagTable.h 1 addition, 0 deletionsSource/cmVS10CudaFlagTable.h
- Source/cmVS10CudaHostFlagTable.h 1 addition, 0 deletionsSource/cmVS10CudaHostFlagTable.h
Source/cmVS10CudaFlagTable.h
0 → 100644
Source/cmVS10CudaHostFlagTable.h
0 → 100644
Please register or sign in to comment