Skip to content

Commit

Permalink
Add debug and release build tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Nov 30, 2024
1 parent 53e1026 commit 623dbac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tools/build_native_win_debug.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
pushd %~dp0\..

call cmake -B build -G "Visual Studio 17 2022" . || goto :error
call cmake --build build --config Debug || goto :error

popd
exit /b 0

:error
echo Build Failed with Error %errorlevel%.
popd
exit /b 1
File renamed without changes.

0 comments on commit 623dbac

Please sign in to comment.