#!/usr/bin/make -f


include /usr/share/dpkg/pkg-info.mk
include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/default.mk

%:
	dh $@ --buildsystem=cmake 

#override_dh_auto_configure:
	# Proceed with the normal configure step
#	dh_auto_configure --buildsystem=cmake 

