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