mirror of
https://github.com/liuk7071/ChonkyStation.git
synced 2025-04-02 10:52:38 -04:00
6 lines
112 B
Batchfile
6 lines
112 B
Batchfile
set CURRENT_DIR=%CD%
|
|
mkdir build > nul
|
|
cd build
|
|
cmake -G "Visual Studio 16 2019" -A x64 ..\
|
|
cd "%CURRENT_DIR%"
|
|
|