#!/usr/bin/make -f

%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- -DPAHO_ENABLE_TESTING=OFF -DPAHO_HIGH_PERFORMANCE=ON -DPAHO_WITH_SSL=ON
