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