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