obs-websocket/CI/before-script-osx.sh
2017-04-04 21:43:19 +02:00

8 lines
316 B
Bash
Executable File

#!/bin/sh
set -ex
mkdir build && cd build
cmake .. -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake -DQt5WebSockets_DIR=$(brew --prefix qt5)/lib/cmake/Qt5WebSockets -DLIBOBS_INCLUDE_DIR=../../obs-studio/libobs -DLIBOBS_LIB=../../obs-studio/libobs -DCMAKE_INSTALL_PREFIX=/usr && make -j4
# /clang_64/lib/cmake/ ?