File: rules

package info (click to toggle)
spectra 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,788 kB
  • sloc: cpp: 23,044; ansic: 175; fortran: 131; makefile: 90
file content (12 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=cmake

# Built build-time tests to run them
override_dh_auto_configure:
	dh_auto_configure -- \
	        -DBUILD_TESTS:BOOL=ON \

override_dh_auto_install:
	dh_auto_install --destdir=$(CURDIR)/debian/tmp/