#!/usr/bin/make -f

# resolve DEB_VERSION
include /usr/share/dpkg/pkg-info.mk

export CTEST_TEST_TIMEOUT=1800

%:
	dh $@ --buildsystem=cmake

