rhubarb-lip-sync/package-win.bat

6 lines
125 B
Batchfile
Raw Normal View History

2016-02-02 20:08:07 +00:00
rmdir /s /q build
mkdir build
cd build
cmake .. -G "Visual Studio 14 2015"
cmake --build . --config Release --target package