rhubarb-lip-sync/package-osx.sh

7 lines
112 B
Bash
Executable File

#!/bin/sh
rm -rf build
mkdir build
cd build
cmake .. -G Xcode
cmake --build . --config Release --target package