#!/usr/bin/make -f

export PYBUILD_NAME=partio

%:
	dh $@ -Scmake

override_dh_auto_configure:
	dh_auto_configure -- \
	-DPARTIO_BUILD_SHARED_LIBS=ON \
	-DPARTIO_BUILD_TOOLS=OFF \
	-DPARTIO_BUILD_PYTHON=OFF

#override_dh_python3:
#	dh_python3 -ppython3-partio
#	dh_python3 -ppartio-tools

override_dh_auto_test:
