aboutsummaryrefslogtreecommitdiff
path: root/contrib/chained/examples/CreateProjectFiles.bat
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/chained/examples/CreateProjectFiles.bat')
-rw-r--r--contrib/chained/examples/CreateProjectFiles.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/chained/examples/CreateProjectFiles.bat b/contrib/chained/examples/CreateProjectFiles.bat
new file mode 100644
index 0000000..b306ea1
--- /dev/null
+++ b/contrib/chained/examples/CreateProjectFiles.bat
@@ -0,0 +1,7 @@
+@echo off
+rmdir sln /S/Q
+mkdir sln
+cd sln
+cmake -G "Visual Studio 15 2017" ..
+
+pause \ No newline at end of file