ChonkyStation/zep/config_qt.bat
2022-07-07 16:42:31 +02:00

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%"