Skip to content

Commit

Permalink
scripts: add windows script
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Aug 3, 2022
1 parent 0333a4d commit 9683624
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/win_build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
setlocal
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat"
path "C:\Program Files (x86)\MSBuild\16.0\Bin;C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin";%path%
cd build
cmake -G "NMake Makefiles" -DCFL_TESTS=On ..\
cmake --build .
endlocal

0 comments on commit 9683624

Please sign in to comment.