#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1

override_dh_ctest_configure:
	dh_ctest_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TEST:BOOL=ON -DBUILD_SHARED:BOOLD=ON

%:
	dh $@ --fail-missing --buildsystem=cmake --builddirectory=cmakebuilddir
