We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c24334 commit 9d5885eCopy full SHA for 9d5885e
msvc32/cmake-gen.bat
@@ -0,0 +1,9 @@
1
+REM Helper file to generate MSVC build environment with cmake
2
+
3
+REM Assign optimization options BMSSE42OPT or BMAVX2OPT
4
+cmake -DBMOPTFLAGS:STRING=none ..
5
+REM cmake -DBMOPTFLAGS:STRING=BMSSE42OPT ..
6
+REM cmake -DBMOPTFLAGS:STRING=BMAVX2OPT ..
7
8
+REM Generate Visual Studio project files
9
+cmake .. -G "Visual Studio 15 2017 Win32"
0 commit comments