#!/usr/bin/make -f
export DH_VERBOSE=1
export DEB_BUILD_OPTIONS += noautodbgsym
export CPPFLAGS += -I/usr/include/jsoncpp

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		-DBESPOKE_SYSTEM_ABLETONLINK=ON \
		-DBESPOKE_SYSTEM_JSONCPP=ON \
		-DBESPOKE_SYSTEM_JUCE=ON \
		-DBESPOKE_SYSTEM_PYBIND11=ON \
		-DBESPOKE_SYSTEM_TUNING_LIBRARY=ON \
		-DBESPOKE_VST2_SDK_LOCATION=/usr/include/vst24
