#!/bin/sh

. "$(dirname "$0")/configure-common"

cd $BUILD
cmake	-DENABLE_CXX11=ON \
	-DPLUGINS="ALL" \
	-DTOOLS="ALL" \
	-DBINDINGS="ALL" \
	$*
