mirror of
https://github.com/liuk7071/ChonkyStation.git
synced 2025-04-02 10:52:38 -04:00
10 lines
399 B
Batchfile
10 lines
399 B
Batchfile
cd build
|
|
cmake --build . --config Debug
|
|
cmake --install . --config Debug --prefix ../../vcpkg/packages/zep_x64-windows-static-md
|
|
|
|
cmake --build . --config Release
|
|
cmake --install . --config Release --prefix ../../vcpkg/packages/zep_x64-windows-static-md
|
|
|
|
cmake --build . --config RelWithDebInfo
|
|
cmake --install . --config RelWithDebInfo --prefix ../../vcpkg/packages/zep_x64-windows-static-md
|
|
cd ..
|