Skip to content

Commit

Permalink
Merge pull request #966 from alohaeee/pr/add_mvsc_2022_bat
Browse files Browse the repository at this point in the history
add mvsc 2022 bat
  • Loading branch information
borisbat authored Feb 15, 2024
2 parents ec05710 + 3cdbef6 commit f356df2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions generate_msvc_2022.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

rd /Q /S cmake_temp
mkdir cmake_temp
cd cmake_temp

set CMAKE_GENERATOR=Visual Studio 17 2022

cmake -G "%CMAKE_GENERATOR%" -DCMAKE_INSTALL_PREFIX=. ..\

0 comments on commit f356df2

Please sign in to comment.