Skip to content

Commit

Permalink
Added cmake-vs2022-win64.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBeckebans committed Jul 24, 2024
1 parent d2ec10a commit a8238d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake-vs2022-win64.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
del /s /q build
mkdir build
cd build
cmake -G "Visual Studio 17" -A x64 -DCMAKE_MODULE_PATH="cmake/packages" -DCMAKE_PREFIX_PATH="C:\Qt\5.15.2\msvc2019_64" ..
pause

0 comments on commit a8238d9

Please sign in to comment.