#!/usr/bin/make -f

override_dh_auto_install:
	dh_auto_install --buildsystem=cmake

	# remove pkgconfig and cmake modules. The package has no library
	# makes no sense to ship them
	rm -R debian/ignition-tools/usr/lib

%:
	dh $@
