#!/usr/bin/make -f

%:
	dh "$@" --parallel --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- -DOBD_SQLITE_INCLUDED_LIB=OFF
