rhubarb-lip-sync/package-osx.sh

7 lines
112 B
Bash
Raw Permalink Normal View History

2016-02-02 09:31:31 +00:00
#!/bin/sh
rm -rf build
mkdir build
cd build
cmake .. -G Xcode
cmake --build . --config Release --target package