Skip to content

Commit 9d5885e

Browse files
committed
Create cmake-gen.bat
1 parent 0c24334 commit 9d5885e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

msvc32/cmake-gen.bat

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)