mirror of
https://github.com/liuk7071/ChonkyStation.git
synced 2025-04-02 10:52:38 -04:00
7 lines
103 B
Batchfile
7 lines
103 B
Batchfile
pushd build
|
|
cmake --build . --config Release
|
|
mkdir c:\tools\Zep
|
|
xcopy /s Release\* c:\tools\Zep
|
|
popd
|
|
|
|
|