summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorStephan Szabo <stephan.szabo@sony.com>2018-11-21 17:31:00 (GMT)
committerStephan Szabo <stephan.szabo@sony.com>2018-11-28 15:43:26 (GMT)
commit7faa4d59a858ef0d7eef77c2ae8e8194c2d87385 (patch)
tree9800c1fe16206022c7115b9cee2e3d084255503c /Templates
parent6e947179a84cb790616aa038e9bf127e306ad746 (diff)
downloadCMake-7faa4d59a858ef0d7eef77c2ae8e8194c2d87385.zip
CMake-7faa4d59a858ef0d7eef77c2ae8e8194c2d87385.tar.gz
CMake-7faa4d59a858ef0d7eef77c2ae8e8194c2d87385.tar.bz2
Add placeholder CUDA json flag tables
Generate json flag tables from initial placeholder headers Original header commit v3.9.0-rc1~431^2~10 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 'Templates')
-rw-r--r--Templates/MSBuild/FlagTables/v10_Cuda.json2
-rw-r--r--Templates/MSBuild/FlagTables/v10_CudaHost.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/Templates/MSBuild/FlagTables/v10_Cuda.json b/Templates/MSBuild/FlagTables/v10_Cuda.json
new file mode 100644
index 0000000..0d4f101
--- /dev/null
+++ b/Templates/MSBuild/FlagTables/v10_Cuda.json
@@ -0,0 +1,2 @@
+[
+]
diff --git a/Templates/MSBuild/FlagTables/v10_CudaHost.json b/Templates/MSBuild/FlagTables/v10_CudaHost.json
new file mode 100644
index 0000000..0d4f101
--- /dev/null
+++ b/Templates/MSBuild/FlagTables/v10_CudaHost.json
@@ -0,0 +1,2 @@
+[
+]