summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/cmakeit4
-rwxr-xr-xscripts/cmakeit.bat4
2 files changed, 8 insertions, 0 deletions
diff --git a/scripts/cmakeit b/scripts/cmakeit
new file mode 100755
index 00000000..24cd5697
--- /dev/null
+++ b/scripts/cmakeit
@@ -0,0 +1,4 @@
+#!/bin/bash
+#usage bash cmakeit
+
+cmake .
diff --git a/scripts/cmakeit.bat b/scripts/cmakeit.bat
new file mode 100755
index 00000000..cb12287c
--- /dev/null
+++ b/scripts/cmakeit.bat
@@ -0,0 +1,4 @@
+rem cmake for Visual Studio 12 2013
+rem requires at least cmake 3.1.0
+
+"C:\Program Files\CMake\bin\cmake" -G "Visual Studio 12 2013" . \ No newline at end of file